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
The current API shows the task status.
When a task has the status FAILURE, the status is quite simple. It is a string with the exception message from the task.
The proposal for this issue is an enhancement in case of status FAILURE
The suggestion is
"status": {
"error": "string with the error message/exception",
"traceback": "The failure traceback, it can help developers and use troubleshooting in details"
}
What do you want to share with us?
The current API shows the task status.
When a task has the status
FAILURE
, the status is quite simple. It is a string with the exception message from the task.The proposal for this issue is an enhancement in case of status
FAILURE
The suggestion is
This will improve the existent implementation on the RSTUF Worker repository-service-tuf/repository-service-tuf-worker#190
References
Code of Conduct
The text was updated successfully, but these errors were encountered: