Table userjobs
Description
It comes from the inter-server and is present since version 5.2
It can be deported to a database accessible to all servers
It contains the job tickets of all users, so that they can be released on other servers.
Schema
|
Field |
Type |
Require |
Primary key |
Description |
| ujUSER | nvarchar(128) | * |
user identifier |
|
| ujSERVER | varchar(64) | * | server identifier | |
| ujQUEUE | varchar(64) | * | queue identifier | |
| ujJOB | varchar(255) | * | job identifier |