Commit graph

106 commits

Author SHA1 Message Date
d5133e3eaa test for weird deadlocks 2025-02-02 22:18:38 +01:00
cd0742cbaa change from view to prepared statement 2025-02-02 20:28:40 +01:00
d3f88a8acd add missing deadlock detection 2025-02-02 17:08:11 +01:00
7dcadc1ca2 final performant version 2025-02-02 16:33:52 +01:00
5786b7bf22 another dbase optimization 2025-02-01 21:36:46 +01:00
dd377a4f0f print error log on failed simulation 2025-01-31 13:55:36 +01:00
009ee509d5 add skip if buffer still full 2025-01-31 01:08:38 +01:00
e51064771b final fixes 2025-01-30 23:57:27 +01:00
25b4684669 optimize dbase interaction 2025-01-28 10:58:58 +01:00
dbe9bf9a9e remove logging for faster simulation 2025-01-24 16:36:09 +01:00
b121d96b37 fix missing build directives 2025-01-24 13:06:48 +01:00
a66f5b8b7e fix pqxx include path 2025-01-24 12:51:25 +01:00
32b8f078c1 fix include for cluster part 2025-01-24 12:48:17 +01:00
9b1bd73df1 merge with cluster lib because 2025-01-24 12:44:45 +01:00
0a3a235575 implement remaining failure modes and optimize reference data pull 2025-01-08 16:53:16 +01:00
fe9eaeb8f6 disable space optimization for now for less traffic 2025-01-08 16:51:48 +01:00
3d704c7e73 streamline code and fix running out of file descriptors 2025-01-03 12:58:53 +01:00
a9aff14f82 add missing build file update 2025-01-03 12:56:51 +01:00
af9343ac49 add debug code 2025-01-03 12:56:21 +01:00
127074f85e upload fault flags, streamline code 2025-01-03 12:55:44 +01:00
7f8efe0e73 add pulling token info and fix non-working downloader 2025-01-03 12:53:59 +01:00
182be82ac2 fix weird build issues 2025-01-03 12:52:56 +01:00
5b3b3b9810 implement log parser 2025-01-03 12:52:34 +01:00
d4667506dd add log parser 2024-01-29 16:14:19 -05:00
711808eafb implement reference run handling in threading; actual output parsing is missing as of now 2024-01-29 15:38:55 -05:00
9ddcd8ea71 remove superfluous debug print 2024-01-29 11:57:32 -05:00
978c58268a add reference store to task interface 2024-01-29 11:55:35 -05:00
9c06cd7e64 update to newest cluster lib version and fix typo 2024-01-29 11:37:52 -05:00
bfd8a76647 make startup message normal output instead of debug message 2024-01-17 17:51:12 -05:00
ea0c029dca remove stray debug print 2024-01-17 17:43:24 -05:00
31e6900cfb fix part status not set to finished, added debug prints 2024-01-17 17:27:51 -05:00
3587bd08af ignore actsim history output 2024-01-17 17:27:25 -05:00
e7e2028750 fix finished tasks deallocated on pop 2024-01-17 17:26:36 -05:00
7d938f8b7f and removed stray debug definition 2024-01-17 17:07:14 -05:00
10ee8e5960 fixed so many issues; memory leak, actsim binary not called, error when pipes just nonblocking, queued for upload even when task failed, debug prints 2024-01-17 17:06:37 -05:00
2a66beb6db changes for reopen task and retry cooldown 2024-01-17 17:04:42 -05:00
112aa3549a fix program hang on program stop after uplink connection error 2024-01-17 15:16:29 -05:00
987854d6a2 remove stray debug print 2024-01-17 14:47:55 -05:00
f444f5e026 fixed design fetch pulling right ID and not crashing on missing design, downloader sleeps if no tasks available, doesn't crash if no tasks available 2024-01-17 14:45:39 -05:00
5f013f9efa implement upload 2024-01-16 18:34:18 -05:00
9fbcd52e16 add dependency check to task fetch (and add debug prints) 2024-01-16 18:05:23 -05:00
e9436919ad fix delete instead of delete[] 2024-01-16 17:18:41 -05:00
9c8dbf9780 fix call for cretion of empty output artifact 2024-01-16 17:18:07 -05:00
a3d329cdd5 fix iso c++ warning on const char* 2024-01-16 17:10:41 -05:00
68d5c142c2 fix move on return 2024-01-16 16:59:40 -05:00
991065749b fix delete instead of array delete 2024-01-16 16:57:38 -05:00
caf2afc603 implement command parsing, top process indication, db version bump 2024-01-16 16:57:18 -05:00
012b56f7d6 fix missing constructor for local artifacts 2024-01-16 10:55:03 -05:00
e3407e7a4d ignore code workspace 2024-01-16 10:37:03 -05:00
4ce580f272 implement actsim call 2024-01-15 16:55:37 -05:00