Closed mboorstin closed 3 weeks ago
Add a task enqueue command to the CLI to allow manually enqueuing a task with specified payload and various options. This is useful when manually interacting with asynq or attempting to trigger specific actions.
task enqueue
@kamikazechaser @hibiken I've found this added command to be helpful; please let me know if you have any comments on it. Thank you!
Looks good.
Add a
task enqueue
command to the CLI to allow manually enqueuing a task with specified payload and various options. This is useful when manually interacting with asynq or attempting to trigger specific actions.