AS a developer, I want the bot to periodically purge claims from the database that have expired #215

Closed
opened 2024-04-29 17:48:35 +01:00 by Vylpes · 1 comment
Owner

Epic:
Story Points: 5


SO THAT we can save space

Acceptance Criteria

AS a developer
GIVEN I want the database to be clean
WHEN the timer executes
THEN the bot will delete all rows in the claim table that have been marked as expired

Subtasks

  • Create timer
  • Configure timer to run periodically

Notes

  • The timer should run once a day
Epic: \ Story Points: 5 --- SO THAT we can save space ## Acceptance Criteria AS a developer GIVEN I want the database to be clean WHEN the timer executes THEN the bot will delete all rows in the claim table that have been marked as expired ## Subtasks - [ ] Create timer - [ ] Configure timer to run periodically ## Notes - The timer should run once a day
Vylpes added the
type
story
label 2024-04-29 17:48:43 +01:00
Vylpes changed title from Claims table should periodically remove expired claim ids to save space to AS a developer, I want the bot to periodically purge claims from the database that have expired 2024-05-12 15:17:28 +01:00
Vylpes added this to the 0.7.0 milestone 2024-06-02 16:09:40 +01:00
Vylpes added this to the 0.7 Sprint 1 project 2024-06-02 16:35:23 +01:00
Vylpes self-assigned this 2024-06-08 16:41:17 +01:00
Vylpes started working 2024-06-09 10:41:41 +01:00
Author
Owner

It might make more sense to go the other way, instead of adding a claim id upon claiming, create a claim id upon drop and delete it after claiming or 24 hours

It might make more sense to go the other way, instead of adding a claim id upon claiming, create a claim id upon drop and delete it after claiming or 24 hours
Vylpes stopped working 2024-06-09 11:11:20 +01:00
29 minutes 39 seconds
Vylpes modified the project from 0.7 Sprint 1 to 0.7 Sprint 2 2024-06-16 15:42:23 +01:00
VylpesTester added spent time 2024-06-22 15:29:51 +01:00
5 minutes
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Total time spent: 34 minutes 39 seconds
Vylpes
29 minutes 39 seconds
VylpesTester
5 minutes
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: External/card-drop#215
No description provided.