-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
| Q | A |
|---|---|
| Bug report? | yes |
| Feature request? | no |
| BC Break report? | no |
| RFC? | no |
| Branch? | master |
We are running PimCore in a multi docker-container setup with multiple frontend-nodes and backend-nodes (for administration).
Maintenance Jobs are run by one of the backend-nodes.
In this kind of setup the locking/release does not work (preventing multiple processes to run).
It would be nice to include besides the pid the server id (e.g. hostname) and not start a process if another server reports the process as running.
Expected behaviour:
- Do not start a process if another server reports it as running
- Remove dead pids only when on the running server via maintenance task (to be run on any server of course)
Metadata
Metadata
Assignees
Labels
No labels