You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This solution isn't ideal, because it means start_date and end_date have bogus values up until the status finishedSuccessfully, finishedWithError, or cancelled is achieved.
It would be ideal if there was a timestamp recording the time of each of these state changes: created, waiting, scheduled, started, registeringFiles, and "finished" (one of finishedSuccessfully, finishedWithError, or cancelled).
The text was updated successfully, but these errors were encountered:
As a hotfix to #408, we now have the code:
ChRIS_ultron_backEnd/chris_backend/plugininstances/services/manager.py
Lines 194 to 197 in a1a2589
This solution isn't ideal, because it means
start_date
andend_date
have bogus values up until the statusfinishedSuccessfully
,finishedWithError
, orcancelled
is achieved.ChRIS_ultron_backEnd/chris_backend/plugininstances/models.py
Lines 26 to 33 in a1a2589
It would be ideal if there was a timestamp recording the time of each of these state changes:
created
,waiting
,scheduled
,started
,registeringFiles
, and "finished" (one offinishedSuccessfully
,finishedWithError
, orcancelled
).The text was updated successfully, but these errors were encountered: