Thursday, May 31, 2018
Packages uses Resque as a background job processor. For full automation, at least one Resque worker must be running at all times.
From the command line, run:
bin/console resque:worker:start
You can view queued jobs by running the following command:
bin/console resque:queue:list
Terramar Labs