S
S
Semyon Semyonov2016-04-04 23:44:40
Ruby on Rails
Semyon Semyonov, 2016-04-04 23:44:40

Running recurring scheduled tasks in Rails?

I used to use a bunch of sidekiq + sidetiq. However, after updating sidekiq to the fourth version, the trouble began. In the logs, what the hell, I can not configure it in any way.
Q: Are there alternatives that you recommend? Of course there are options, but I would like your opinion.
What I expect from planners. For example, launching such and such a worker every Sunday. Or: every 12 hours, do this, and if you meet such and such a thing, then run this task. In addition, I would like to somehow monitor the matter, i.e. to see that yes, such and such tasks have been completed, but such and such is next in line.
PS No crowns, please. :)
PS2. By the way, I have the same problem: https://github.com/tobiassvn/sidetiq/issues/155

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
sunrise3323, 2016-04-05
@sunrise3323

Have a look here or here
Section Scheduling

C
caution, 2016-04-06
@caution

what's wrong with cron?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question