Something went wrong while setting issue due date.
Replace Task.start with job queue
In a few places in the code, we use Task.start for asynchronous tasks. We have a flexible job queue system now, so we should use that instead.
In a few places in the code, we use Task.start for asynchronous tasks. We have a flexible job queue system now, so we should use that instead.
mentioned in merge request !1142 (merged)
closed via merge request !1142 (merged)