jobqueue-common icon indicating copy to clipboard operation
jobqueue-common copied to clipboard

A base for job queue handling in Flow framework applications

Results 4 jobqueue-common issues
Sort by recently updated
recently updated
newest added

This is a first draft, to checkout if this is something you are even going to accept. (It is fully functionally though - but it needs to be documented -...

Once a `messageFinished` signal is emitted, the Persistence Manager persist all unpersisted changes. This is to have the jobmanager act as a normal CLI command, known from the a CommandController...

**Behavior** I'm having a job with a `execute()` method like this ``` $transfer = new Transfer(...); $this->transferRepository->add($transfer); return true; ``` The new transfer object is not persisted to the database...

I have a project that need to use RabbitMQ, currently the JobQueue package, connect to the queue server for each message, it's not really efficient. RabbitMQ offers API to use...