1
0
Fork 0
This commit is contained in:
Wilfried Goesgens 2017-01-11 11:20:39 +01:00
parent 24fd2eb5c7
commit 41b8706943
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ Task Management
`const tasks = require('@arangodb/tasks')` `const tasks = require('@arangodb/tasks')`
**Note**: If you are trying to schedule tasks in Foxx you should **Note**: If you are trying to schedule tasks in Foxx you should
consider using the [Foxx queues module](../../Foxx/Scripts.md#Queues) instead, consider using the [Foxx queues module](../../Foxx/Scripts.md#queues) instead,
which provides a more high-level API that also persists tasks across reboots. which provides a more high-level API that also persists tasks across reboots.
## Introduction to Task Management in ArangoDB ## Introduction to Task Management in ArangoDB