| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| @@ -0,0 +1,37 @@ | |||
| Locking | |||
| ======= | |||
| To avoid concurrency issue the library is able to lock other executions which | |||
There was a problem hiding this comment.
issues, the library
Sorry, something went wrong.
| Locking | ||
| ======= | ||
| To avoid concurrency issue the library is able to lock other executions which | ||
| would run at the same time. This could happen if multiple worker (e.g. cronjobs) |
There was a problem hiding this comment.
workers
Sorry, something went wrong.
|
|
||
| Locking | ||
| ------- | ||
| Locking is used to avoid concurrency problems when multiple task-runner runs at |
There was a problem hiding this comment.
task-runners run at
Sorry, something went wrong.
| handler_class: ~ | ||
| workload: null | ||
| cron_expression: ~ | ||
| locking: |
There was a problem hiding this comment.
Does locking replace system_tasks?
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Main PR: php-task/php-task#35