hibiken / asynq

Simple, reliable, and efficient distributed task queue in Go
MIT License
10k stars 714 forks source link

Add task enqueue command to cli #918

Closed mboorstin closed 3 weeks ago

mboorstin commented 1 month 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.

mboorstin commented 1 month ago

@kamikazechaser @hibiken I've found this added command to be helpful; please let me know if you have any comments on it. Thank you!

kamikazechaser commented 1 month ago

Looks good.