Skip to content

Commit

Permalink
Consume pimcore_image_optimize queue
Browse files Browse the repository at this point in the history
jdreesen authored and dvesh3 committed Jun 21, 2023
1 parent b9171a6 commit dca74ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/supervisord.conf
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
# Important Notice: this configuration is not optimized for production use!

[program:messenger-consume]
command=php /var/www/html/bin/console messenger:consume pimcore_core pimcore_maintenance --memory-limit=250M --time-limit=3600
command=php /var/www/html/bin/console messenger:consume pimcore_core pimcore_maintenance pimcore_image_optimize --memory-limit=250M --time-limit=3600
numprocs=1
startsecs=0
autostart=true

0 comments on commit dca74ad

Please sign in to comment.