mirror of
https://github.com/hibiken/asynqmon.git
synced 2026-04-26 17:45:50 +03:00
[GH-ISSUE #161] Environment variables as an alternative to cmd flags #42
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynqmon#42
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rugwirobaker on GitHub (Sep 24, 2021).
Original GitHub issue: https://github.com/hibiken/asynqmon/issues/161
Environment variables would make this easy to deploy in an environment such as Heroku or Cloud Run without any modifications. So I propose for asynqmon to read environment variables in case the corresponding flag is not set.
Related to #150
@hibiken commented on GitHub (Sep 25, 2021):
@rugwirobaker thank you for opening this issue!
Makes sense. Would you mind opening a PR for this?
@hibiken commented on GitHub (Dec 14, 2021):
Closed via #198