create_queue {liteq} | R Documentation |
Create a queue in a database
Description
It also creates the database, if it does not exist.
Usage
create_queue(name = NULL, db = default_db(), crash_strategy = "fail")
Arguments
name |
Name of the queue. If not specified or |
db |
Path to the database file. |
crash_strategy |
What to do with crashed jobs. The default is that
they will |
See Also
liteq for examples
Other liteq queues: delete_queue
,
ensure_queue
, list_queues
[Package liteq version 1.1.0 Index]