- Add
symfony/serializer
to be able to format the list of messages - Bump
webalternatif/flysystem-dsn-bundle
to^0.3.3
to be able to useftp://
andsftp://
storage DSNs - Bump
webalternatif/flysystem-failover-bundle
to^0.3.0
to be able to list pending messages - Simplify running
list-messages
,process-messages
andsync
Symfony commands withdocker run|exec <command>
- Add
NB_MSG_PER_WORKER
environment variable to configure the number of messages a worker will process in a single execution - Add
USER_ID
andGROUP_ID
environment variables to set UID and GID of user executing commands inside the container (useful when usinglocal://
) - Bump
webalternatif/flysystem-dsn-bundle
to^0.3.2
to be able to uselocal://
storage DSN
- Remove default
APP_SECRET
and generate it if needed in entrypoint
- Add support for MySQL and PostgreSQL as message storage
- Increase worker processing message limit from 1 to 10
- Bump
webalternatif/flysystem-failover-bundle
to^0.2.1
to fix issues when using SQLite
First version.