Skip to content

replace cache storage custom adapters #28

@nicoren

Description

@nicoren

Describe the bug
Actually running pids are stored using symfony cache component. If cache is flushed or duration or process is longer than cache retention Time, the process is may be launched.

To Reproduce
Steps to reproduce the behavior:
Run process with long Time duration

Expected behavior
This process cannot be runned before thé previous run is completed

** Solution **
Creatte somme adapters to store pids:

  • Redis for distributed app
  • Filesystem

A tag will be added to tag adapters. Adapters would be added from external bundle.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions