Conversation

wachterjohannes

locking.rst Outdated
@@ -0,0 +1,37 @@
Locking
=======
To avoid concurrency issue the library is able to lock other executions which
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

issues, the library

locking.rst Outdated
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)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

workers

symfony.rst Outdated
@@ -79,23 +79,34 @@ supported.
After addition or changing in the config you have to run the command again
to be sure that the task-table will be updated.

Locking
-------
Locking is used to avoid concurrency problems when multiple task-runner runs at
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

task-runners run at

symfony.rst Outdated
handler_class: ~
workload: null
cron_expression: ~
locking:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does locking replace system_tasks?

@wachterjohannes

@danrot fixed

@wachterjohannes

@danrot ping

@danrotdanrot merged commit 3392c55 into master May 19, 2017
@danrotdanrot deleted the feature/lock branch May 19, 2017 12:33
Sign up for free to join this conversation on . Already have an account? Sign in to comment
None yet
None yet

Successfully merging this pull request may close these issues.