mirror of https://gitee.com/bigwinds/arangodb
595 B
595 B
////////////////////////////////////////////////////////////////////////////////
/// @startDocuBlock foxxQueues
/// @brief enable or disable the Foxx queues feature
/// --server.foxx-queues flag
///
/// If true, the Foxx queues will be available and jobs in the queues will
/// be executed asynchronously.
///
/// The default is true.
/// When set to false
the queue manager will be disabled and any jobs
/// are prevented from being processed, which may reduce CPU load a great
/// deal.
/// @endDocuBlock
////////////////////////////////////////////////////////////////////////////////