-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into aws-eb-test
- Loading branch information
Showing
3 changed files
with
29 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
lib/tasks/deployment/20250122094731_flipper_meter_collection_cache_delete_on_invalidate.rake
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
namespace :after_party do | ||
desc 'Deployment task: flipper_meter_collection_cache_delete_on_invalidate' | ||
task flipper_meter_collection_cache_delete_on_invalidate: :environment do | ||
puts "Running deploy task 'flipper_meter_collection_cache_delete_on_invalidate'" | ||
|
||
Flipper.add(:meter_collection_cache_delete_on_invalidate) | ||
|
||
# Update task as completed. If you remove the line below, the task will | ||
# run with every deploy (or every time you call after_party:run). | ||
AfterParty::TaskRecord.create version: AfterParty::TaskRecorder.new(__FILE__).timestamp | ||
end | ||
end |