start job api expire data

This commit is contained in:
2022-01-01 13:57:26 -05:00
parent f8b262ae54
commit 80d5044534
4 changed files with 10 additions and 7 deletions
+2 -1
View File
@@ -52,7 +52,8 @@ stripe:
database:
{
host = "127.0.0.1";
#- using docker 10.23 host = "127.0.0.1";
host = "10.10.10.23";
name = "wrenchboard";
user = "wrenchboard";
pass = "wrenchboard";
+4 -5
View File
@@ -10,11 +10,11 @@ generated by GNU Autoconf 2.69. Invocation command line was
## Platform. ##
## --------- ##
hostname = localhost.localdomain
hostname = WrenchBoardDev
uname -m = x86_64
uname -r = 4.18.0-193.el8.x86_64
uname -r = 4.18.0-193.14.2.el8_2.x86_64
uname -s = Linux
uname -v = #1 SMP Fri May 8 10:59:10 UTC 2020
uname -v = #1 SMP Sun Jul 26 03:54:29 UTC 2020
/usr/bin/uname -p = x86_64
/bin/uname -X = unknown
@@ -534,10 +534,9 @@ generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_COMMANDS =
$ ./config.status
on localhost.localdomain
on WrenchBoardDev
config.status:944: creating config.h
config.status:1034: config.h is unchanged
config.status:1048: executing libtool commands
## ---------------- ##
+1 -1
View File
@@ -1,6 +1,6 @@
#! /bin/sh
# Generated automatically by config.status ()
# Libtool was configured on host localhost.localdomain:
# Libtool was configured on host WrenchBoardDev:
# NOTE: Changes made to this file will be lost: look at ltmain.sh.
# Provide generalized library-building support services.
+3
View File
@@ -672,6 +672,9 @@ long WrenchReturnStartJobList(CVars in, CVars &out) {
snprintf(vname, sizeof (vname), "description_%05d", i);
out[vname] = rec["description"];
snprintf(vname, sizeof (vname), "expire_%05d", i);
out[vname] = rec["expire"];
snprintf(vname, sizeof (vname), "id_%05d", i);
out[vname] = rec["job_id"];
}