Skip to content

Commit

Permalink
FIX: add note about 24 hour lag
Browse files Browse the repository at this point in the history
  • Loading branch information
mlshapiro committed Feb 5, 2020
1 parent 57b2a52 commit 36ae0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion podpac/core/managers/aws.py
Original file line number Diff line number Diff line change
Expand Up @@ -2627,7 +2627,7 @@ def create_budget(

# alert the user that they must activate tags
print(
"To finalize budget creation, you must visit https://console.aws.amazon.com/billing/home#/preferences/tags and 'Activate' the following User Defined Cost Allocation tags: {}.\nBudget tracking will not work if these User Defined Cost Allocation tags are not active.".format(
"To finalize budget creation, you must visit https://console.aws.amazon.com/billing/home#/preferences/tags and 'Activate' the following User Defined Cost Allocation tags: {}.\nBudget tracking will not work if these User Defined Cost Allocation tags are not active.\nBudget creation and usage updates may take 24 hours to take effect.".format(
list(budget_filter_tags.keys())
)
)
Expand Down

0 comments on commit 36ae0c7

Please sign in to comment.