Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelolx committed Dec 23, 2022
1 parent 3e75c33 commit fb55aa6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,11 @@ end
``` yaml
# config/sidekiq.yml

:schedule:
hello_world:
cron: '0 * * * * *' # Runs once per minute
class: HelloWorld
:scheduler:
:schedule:
hello_world:
cron: '0 * * * * *' # Runs once per minute
class: HelloWorld
```
Run sidekiq:
Expand Down

0 comments on commit fb55aa6

Please sign in to comment.