925 Commits

Author SHA1 Message Date
Ingo Oppermann
c960227f1b
Update rtmp server 2025-08-06 15:59:25 +02:00
Ingo Oppermann
e633aa78e9
Change preventing reconnect from SIGABRT to SIGHUP. SIGABRT is used on panic in ffmpeg 2025-08-04 07:44:42 +02:00
Ingo Oppermann
62446cdf5c
Fix test 2025-07-23 14:59:15 +02:00
Ingo Oppermann
f1c0e7d796
Unlock before purging 2025-07-23 14:16:06 +02:00
Ingo Oppermann
46810bf64d
Limit s3 filesystem to put, get, and delete, no more listing. reject s3 cleanup rules with wildcards 2025-07-23 13:51:41 +02:00
Ingo Oppermann
36470072f4
Add timeout for waiting for state 2025-07-22 16:02:09 +02:00
Ingo Oppermann
5e1295b4c3
Check for error from Signal() 2025-07-22 15:52:58 +02:00
Ingo Oppermann
5e7c8ea469
Find always newest file on cluster 2025-07-21 17:23:24 +02:00
Ingo Oppermann
981fcd4dd3
Add option to prevent purging on delete 2025-07-21 16:18:56 +02:00
Ingo Oppermann
91fbba3f4b
Fake ffmpeg docker image 2025-07-21 15:38:37 +02:00
Ingo Oppermann
f827ca9dd1
Remove unneeded functions 2025-07-21 15:37:26 +02:00
Ingo Oppermann
96f1e81fed
Decrease sleep time 2025-07-21 15:36:47 +02:00
Ingo Oppermann
17006edeb6
Add startdelay und stopdelay options 2025-07-21 15:34:38 +02:00
Ingo Oppermann
d64c7b377e
Prevent shadowing processes 2025-07-21 15:33:59 +02:00
Ingo Oppermann
fbddaf3de7
Increase client timeout 2025-07-21 15:31:50 +02:00
Ingo Oppermann
0e38648b70
Add force=restart parameter for process updates 2025-07-18 15:47:49 +02:00
Ingo Oppermann
bcc3c9aaa2
Simplify updating cleanup rules 2025-07-18 12:22:42 +02:00
Ingo Oppermann
2d491caa52
Prevent file purging equal patterns when updating process 2025-07-18 11:02:15 +02:00
Ingo Oppermann
ea108a011f
Fix tests 2025-07-17 17:09:25 +02:00
Ingo Oppermann
8d2f0b2c16
Fix locking for process map 2025-07-17 16:43:37 +02:00
Ingo Oppermann
d93cfc7564
Lock newly created task to avoid simultaneous access 2025-07-15 15:32:51 +02:00
Ingo Oppermann
5d91db915f
Disable reconnect on SIGABRT (6) 2025-07-15 13:50:21 +02:00
Ingo Oppermann
88a6de9280
Fix typo in json field name 2025-07-11 13:54:58 +02:00
Ingo Oppermann
fd11036d11
Update API documentation 2025-07-09 16:52:00 +02:00
Ingo Oppermann
aa75c0a059
Update domain query parameter description 2025-07-09 16:51:43 +02:00
Ingo Oppermann
4bf607b151
Remove commented out domain 2025-07-09 16:51:14 +02:00
Ingo Oppermann
260092d024
Fix process listing 2025-07-09 16:50:55 +02:00
Ingo Oppermann
31a9fa6a5f
Fix user listing 2025-07-09 16:50:02 +02:00
Ingo Oppermann
0e2fdefbe5
Remove domain from process list options 2025-07-09 16:49:40 +02:00
Ingo Oppermann
4253316e7a
Use ProcessGet instead of ProcessList for fetch a single process 2025-07-09 16:48:13 +02:00
Ingo Oppermann
e6b90c9657
Fix leaking slices 2025-07-09 14:57:25 +02:00
Ingo Oppermann
2beb9d529e
Fix leaking slices 2025-07-09 14:37:58 +02:00
Ingo Oppermann
ede6debf71
Update dependencies 2025-07-08 11:59:04 +02:00
Ingo Oppermann
2ff8ce2c44
Simplify sending signals. Closing stdout on kill 2025-07-08 11:58:30 +02:00
Ingo Oppermann
93ba370c3a
Close stdout pipe if process stays too long in finished state 2025-07-07 16:57:19 +02:00
Ingo Oppermann
290c612d01
Fix process and iam enforcing credentials 2025-07-07 13:14:00 +02:00
Ingo Oppermann
15a0f4dbc5
Expose process ID 2025-07-07 12:09:20 +02:00
Ingo Oppermann
643dd8386c
Always use the identity name (not the alias) for enforcing the policies 2025-07-03 14:18:57 +02:00
Ingo Oppermann
16bd434f78
Change query parameter to apidomain for the api policy 2025-07-03 14:18:02 +02:00
Ingo Oppermann
d6ce3a5891
Add option to include child processes in observation 2025-06-25 16:53:27 +02:00
Ingo Oppermann
fba9a75d8a
Add check for array length 2025-06-25 15:20:58 +02:00
Ingo Oppermann
5a90c3ce20
Add more efficient way to find children of a process 2025-06-25 14:35:54 +02:00
Ingo Oppermann
55314e35a8
Add option to disable CPU throttling 2025-06-24 16:52:51 +02:00
Ingo Oppermann
2189c4c36c
Update dependencies 2025-06-19 16:13:32 +02:00
Ingo Oppermann
f445d0c992
Add tee progress parsing 2025-06-19 16:11:30 +02:00
Ingo Oppermann
f241f3f531
Accumulate cpu and memory usage of child processes 2025-06-12 14:52:58 +02:00
Ingo Oppermann
22745e497c
Remove unecessary condition for not storing a report 2025-06-05 14:23:54 +02:00
Ingo Oppermann
fc97a6f069
Fix tests and marshalling process config 2025-05-15 15:09:47 +02:00
Ingo Oppermann
cc0da080c6
Fix omitting empty cleanup rules 2025-05-15 12:17:17 +02:00
Ingo Oppermann
d5c03932b5
Validate process config before adding/updating the cluster DB 2025-05-15 11:10:10 +02:00