make_message {liteq} | R Documentation |
Make a message object
Description
It creates the lock for the message as well.
Usage
make_message(id, title, message, db, queue, lockdir)
Arguments
id |
Message id, integer, auto-generated. |
title |
Title of message. |
message |
The message itself. |
db |
Main DB file. |
queue |
Name of the queue. |
lockdir |
Directory to create the message lock in. |
Details
The message object contains the connection to the message lock. If the worker crashes, then there will be no reference to the connection, and the lock will be released. This is how we detect crashed workers.
Value
message object
[Package liteq version 1.1.0 Index]