We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Dashing uses rufus-scheduler to schedule jobs.
To create a new job within your dashing application, simply do:
rails g dashing:job sample_job
The above command will create a new file called sample_job.rb in app/jobs/
sample_job.rb
app/jobs/