Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vtsykun committed Mar 4, 2023
1 parent b3a5928 commit 20e1b1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ Features
--------

- Not need doctrine/database.
- Docker friendly, runs as background command without `crond`.
- Integration with Symfony Messenger.
- Load a cron job from a different storage (config.yml, tagged services, commands).
- Support many engines to run cron (in parallel process, message queue, consistently), allow to use `random` expression.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "okvpn/cron-bundle",
"description": "Symfony cron bundle for handle scheduled tasks consistently, parallel or across a cluster, like Symfony Messenger",
"description": "Docker friendly Symfony cron bundle for handle scheduled tasks consistently, parallel or across a cluster, like Symfony Messenger",
"type": "symfony-bundle",
"license": "MIT",
"homepage": "https://github.com/vtsykun/cron-bundle",
Expand Down

0 comments on commit 20e1b1a

Please sign in to comment.