Skip to content
Snippets Groups Projects
Commit da2a23a8 authored by Alex Wiens's avatar Alex Wiens
Browse files

prule,daemon,db: Extend database columns and other fixes

Column changes:
* processed and evaluated - converted to integer, 0 means success, >0 means error code
* processtime - timestamp of processing/evaluation
* sockets_real - number of sockets with allocated cores; evaluated in prule from meta data
* state - job state

Old database needs to be converted manually.

rows_to_dict was replaced with builtin row factory, which is faster and does practically the same.

Old job entries will be replaced with new entries on insertion.
parent 8b4afc76
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment