Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add schedules tab configuration procedure in README #16

Open
aclarembeau opened this issue Aug 21, 2019 · 0 comments
Open

Add schedules tab configuration procedure in README #16

aclarembeau opened this issue Aug 21, 2019 · 0 comments

Comments

@aclarembeau
Copy link

aclarembeau commented Aug 21, 2019

Hello,

I struggled a bit of time to see that my schedules where not showing in the schedules tab of resque-scheduler-web.

According to:
resque/resque-scheduler#541

What I had to do is just to create an initializer:
Resque.schedule = YAML.load_file Rails.root.join('schedules.yml')

Instead of creating a rake task, as advertised in https://github.com/resque/resque-scheduler
As I believe that many other users will have the issue, I purpose to add this to the readme.

Thanks a lot for the amazing job team.
Resque, with the help of resque-web is definitely one of the easiest queuing backend for rails thanks to your awesome work :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant