mirror of https://gitee.com/bigwinds/arangodb
Revert cookbook link .md - it has to be absolute.
This commit is contained in:
parent
8f243fea3c
commit
43290c73c9
|
@ -1,6 +1,6 @@
|
|||
!CHAPTER Foxx Job Queues
|
||||
|
||||
If you have never built a Foxx App, then you can make your own [first Foxx App](https://docs.arangodb.com/cookbook/FoxxFirstSteps.md) using our [cookbook](https://docs.arangodb.com/cookbook).
|
||||
If you have never built a Foxx App, then you can make your own [first Foxx App](https://docs.arangodb.com/cookbook/FoxxFirstSteps.html) using our [cookbook](https://docs.arangodb.com/cookbook).
|
||||
|
||||
|
||||
Foxx allows defining job queues that let you perform slow or expensive actions asynchronously. These queues can be used to send e-mails, call external APIs or perform other actions that you do not want to perform directly or want to retry on failure.
|
||||
|
|
Loading…
Reference in New Issue