delayed_job
delayed_job copied to clipboard
Display warning if both pool and identifier flags are specified
This PR changes delayed_job
command line to show warning like --identifier is ignored because --pool is specified and used.
when both --pool
and --identifier
flags are specified. It should fix #1070.