Skip to content

(feat): created cli action to mark expired approved boosts as completed #2487

Fausto Arcidiacono requested to merge feat/flag-boost-completed-e2487 into master

Ticket(s) / Related Merge Requests

#2487 (closed)

Summary of Changes

Added cli script to mark boost requests as completed once the window of time in which they are running is expired.

Testing Considerations

  • make sure there is an approved boost in the database that is already past its duration period. if there are no approved boosts that have expired you can update the approved timestamp directly in the db to a date that would make it expired.

Deployment Considerations

Regression Scope

Platform Affected (web, mobile, etc)

Developer Testing Completed

Screenshots / Screen Recording

Does this impact

  • Localization
  • Dark/light mode
  • Guest mode

Definition of Done Checklist

  • The Acceptance Criteria has been met
  • Code is tested: Testing includes unit/spec, E2E/automated and manual testing
  • Merge requests description has been filled out
Edited by Fausto Arcidiacono

Merge request reports