resque / resque-scheduler

A light-weight job scheduling system built on top of Resque
MIT License
1.74k stars 481 forks source link

Allow jobs to declare theirs schedule #715

Open and9000 opened 3 years ago

and9000 commented 3 years ago

Hello,

I've implemented the possibility for the job to declare it's schedule so it's self contained.

and9000 commented 3 years ago

@jeremy sorry for pinging you directly, do you have any though about this? Thanks!

Btw as we are here 😄 I work for a company (Nozomi Networks - OT & IoT Security and Visibility) which would like to contribute and maintain this project (and moving on to resque itselt) as we heavily use ruby and rely on resque. Do you have any suggestion for us on how we could help?

Thanks!

iloveitaly commented 3 years ago

@and9000 Would love your help maintaining this!

The first thing we'll need to do is get CI working again. Could you submit a separate PR to move CI to GH actions? Here's what we did for the core resque gem: https://github.com/resque/resque/blob/master/.github/workflows/ci.yml

and9000 commented 3 years ago

Sure, I'll start working on CI 👍