Stray ami_ingest_ado_set_SETNUMBER entries in the queue DB #225
Labels
AMI entity
bug
Something isn't working
CSV Processing
Things we do here and there to keep the tabulated goddesses happy
Drupal 10
External Bug
It is not my fault (anonymous Geologist)
Ingest Setup
Knobs and Levers you move while thinking about feelings and metadata and CSV files
queue
FIFO
Release duty
Things only a mad person should do
What?
Looking at space usage i noticed that under certain circumstances, when an AMI is sent to process live but it does not process completely, and then it is sent a second time to the background, the QUEUE database of drupal will keep the oldie/data around and not clear it, even if we are calling
$queue_factory->get($queue_name)->deleteQueue(); in the batch finish process. Sometimes, the batch finish will not actually run (timeouts/failures on the client/etc)
Ideas:
These tables can grow HUGE. So I will also write an update hook for the next release and document in slack how to clean them manually in the meantime
The text was updated successfully, but these errors were encountered: