We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What occurred:
As a result a job entry only had a _rev key. We just want to make sure that final change is not lost entirely by the job watcher.
_rev
[ { "resource_id": "resources/29xL9znRy5BfCNxdoOfo3pkxJ4N", "path": "", "body": { "2A1k6RS0YOuzlD4wtDiNTUZe3E8": null, "_meta": { "modifiedBy": "users/433", "modified": 1654267058.506, "_rev": 4087 }, "_rev": 4087 }, "type": "delete" } ]
[ { "resource_id": "resources/29xL9znRy5BfCNxdoOfo3pkxJ4N", "path": "", "body": { "2A1k6RS0YOuzlD4wtDiNTUZe3E8": { "_rev": 8 }, "_meta": { "modifiedBy": "system/rev_graph_update", "modified": 1654267058.59, "_rev": 4088 }, "_rev": 4088 }, "type": "merge" }, { "resource_id": "resources/2A1k6RS0YOuzlD4wtDiNTUZe3E8", "path": "/2A1k6RS0YOuzlD4wtDiNTUZe3E8", "body": { "status": "failure", "result": { "name": "TimeoutError" }, "_meta": { "modifiedBy": "users/433", "modified": 1654267053.628, "_rev": 8 }, "_rev": 8 }, "type": "merge" } ]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What occurred:
As a result a job entry only had a
_rev
key. We just want to make sure that final change is not lost entirely by the job watcher.The text was updated successfully, but these errors were encountered: