hugopl / sidekiq.cr

Simple, efficient job processing for Crystal
http://sidekiq.org
GNU Lesser General Public License v3.0
765 stars 74 forks source link

Periodic jobs #74

Closed jkthorne closed 5 years ago

jkthorne commented 5 years ago

Is there any way to have periodic jobs?

mperham commented 5 years ago

It is one of the features in the list on Sidekiq.org and there is a wiki page on it.

On Nov 18, 2018, at 04:05, Jack notifications@github.com wrote:

Is there any way to have periodic jobs?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

jkthorne commented 5 years ago

It looks like it is for enterprise only accounts. Does that exist for Sidekiq.cr?

mperham commented 5 years ago

Oh sorry I didn’t notice this was for crystal. There is no cron functionality that I’m aware of.

On Nov 18, 2018, at 11:58, Jack notifications@github.com wrote:

It looks like it is for enterprise only accounts. Does that exist for Sidekiq.cr?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.

jkthorne commented 5 years ago

Thanks I have some backup plans. Do you have any plans or need help with a feature like this?

mperham commented 5 years ago

I have no plans to work on Sidekiq.cr in the future. I’m dedicated to Faktory and Faktory Pro which will have cron job support and could support Crystal if someone wants to work on a Faktory worker library in Crystal.

On Nov 18, 2018, at 04:05, Jack notifications@github.com wrote:

Is there any way to have periodic jobs?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

jkthorne commented 5 years ago

Thanks for the followup. I didnt know Faktory was in active development. I will take a look at that.