30 Commits

Author SHA1 Message Date
9f36dca7c9 fix: prevent concurrent jobs map writes by adding synchronization
This fix prevents undefined behavior and runtime crashes in multithreaded
use cases.
2024-12-13 20:11:58 +03:30
02d8f0b02e fix: resolve remain jar file after upload 2024-12-13 19:51:26 +03:30
d36b9c30df fix: resolve issue with jar upgrade not uploading new jar
Ensure the new jar is properly uploaded during an upgrade process. Previously, the jar was not replaced as expected.
2024-12-13 19:41:59 +03:30
699cf12f72 fix(savepoint): periodically savepoint bug 2024-12-13 15:11:36 +03:30
444cfc7061 feat: optimize logs 2024-12-13 15:06:02 +03:30
08407afe1e fix(jar): not returned error on download returns not 200 resp 2024-12-13 15:01:21 +03:30
9b219d967e feat: handle upgrade job 2024-12-13 15:00:43 +03:30
89702d287a fix(savepoint): missing savepoint path env and not handled savepoint errors 2024-12-13 14:57:55 +03:30
b2d2295d07 feat: allow restore jobs that has not any taken save point 2024-12-13 02:50:43 +03:30
d3fd04b20c perf: remove lc dependency 2024-12-12 23:13:54 +03:30
bc20345fc0 feat: add early update job def into patch 2024-12-08 19:29:05 +03:30
0993ed4cb1 fix(jar): bug on remove temporary jar 2024-12-08 19:25:31 +03:30
91ccfebfeb feat: retry upload on jar not found 2024-12-08 01:24:14 +03:30
5abc044d69 feat: add restore statuses to kubernetes crd 2024-12-08 00:47:53 +03:30
c5b19d3336 feat: remove buntdb dep 2024-12-07 22:12:46 +03:30
2c25323e62 feat(manager): make check status from flink batch 2024-12-07 01:09:25 +03:30
d1a715deea feat: add drawio 2024-12-06 19:27:05 +03:30
e42731858d feat: remove buntdb deps 2024-12-02 00:01:03 +03:30
3e77ac121a feat(crd): add update custom resource status 2024-12-01 23:55:58 +03:30
fb646086b0 feat(managed-job): add update job method 2024-12-01 02:05:49 +03:30
dd700b6007 feat(managed-job): add restore from failed state 2024-12-01 00:56:16 +03:30
64e84c8d0f fix: create multiple managedJob instance 2024-12-01 00:07:30 +03:30
6bd197b812 feat: add manager 2024-11-30 23:36:44 +03:30
d8b87ac6ee feat: change db to buntdb 2024-11-30 21:08:06 +03:30
412a5292cb feat(crd): update crd type 2024-11-30 20:52:12 +03:30
b0ff04126a feat: add type to get watch crd result 2024-11-30 19:31:36 +03:30
19b874cba6 feat(crd): add kube api and crds 2024-11-30 19:04:02 +03:30
e95634c942 feat(config): add savepoint interval config 2024-11-30 02:18:44 +03:30
8f4cb093b1 feat(savepoint): create and track for getting savepoint location 2024-11-30 02:11:30 +03:30
3b0aff5688 feat: initialize 2024-11-30 01:22:51 +03:30