Commit Graph

4 Commits

Author SHA1 Message Date
Thong Kuah d6b952ad3e
Add frozen_string_literal to spec/workers
Adds `# frozen_string_literal: true` to spec/workers ruby files
2019-04-01 13:35:22 -03:00
Sean McGivern 5051ca971c Ignore ordering in IssueDueSchedulerWorker spec 2018-04-20 09:41:10 +02:00
Sean McGivern ab650e7c67 Use `bulk_perform_async` to schedule issue due emails 2018-04-17 13:59:46 +01:00
Sean McGivern 2db218f8bf Send emails for issues due tomorrow
Also, refactor the mail sending slightly: instead of one worker sending all
emails, create a worker per project with issues due, which will send all emails
for that project.
2018-03-30 14:55:05 +01:00