Describe the bug
In the wiki it says "Don't use an assimilator for remote jobs; Instead, use the "retire batch" operation to tell that the batch's file and database records can be cleaned up."
In the remote code I am using response = req.retire_batch(batch_id)
This used to work but now results are left int he state "waiting for assimilation"
In the commit edeedc6
ASSIMILATE_DONE was removed, this may be related.
Steps to reproduce
No response
Expected behavior
No response
Screenshots
No response
System information
No response
Additional context
No response
Describe the bug
In the wiki it says "Don't use an assimilator for remote jobs; Instead, use the "retire batch" operation to tell that the batch's file and database records can be cleaned up."
In the remote code I am using
response = req.retire_batch(batch_id)This used to work but now results are left int he state "waiting for assimilation"
In the commit edeedc6
ASSIMILATE_DONE was removed, this may be related.
Steps to reproduce
No response
Expected behavior
No response
Screenshots
No response
System information
No response
Additional context
No response