10000 add documentation for Pregel jobs API by jsteemann · Pull Request #16277 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

add documentation for Pregel jobs API #16277

8000
New issue

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

Merged
merged 4 commits into from
May 17, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update get_api_control_pregel_overview.md
  • Loading branch information
ansoboleva authored May 16, 2022
commit 146fb21e818e3ac1839dc73d69a0d62aa046d9e2
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ is a JSON object with the following attributes:

- *algorithm*: an algorithm used by the job.

- *created*: date and time when the job was created.
- *created*: a date and time when the job was created.

- *expires*: date and time when the job results expire. The expiration date is only
- *expires*: a date and time when the job results expire. The expiration date is only
meaningful for jobs that were completed, canceled or resulted in an error. Such jobs
are cleaned up by the garbage collection when they reach their expiration date/time.

Expand Down
0