mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 01:54:26 +02:00
Semaphore based locking and hopefully the fix for the workerqueue
This commit is contained in:
parent
7097673fa1
commit
4515c36f69
7 changed files with 102 additions and 18 deletions
|
@ -1747,6 +1747,7 @@ function db_definition() {
|
|||
"pid" => array("pid"),
|
||||
"parameter" => array("parameter(64)"),
|
||||
"priority_created" => array("priority", "created"),
|
||||
"executed" => array("executed"),
|
||||
)
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue