Commit Graph

309 Commits

Author SHA1 Message Date
Frikky 59a54914e0 Worker rebuild 2026-05-14 18:26:49 +02:00
Aditya 23b28f3e06 Pass SHUFFLE_APP_PROXY_CONFIG_OVERRIDE to app containers; use SHUFFLE_WORKER_SERVER_URL for callback URL 2026-05-11 19:39:57 +05:30
yashsinghcodes 0bc92c9fa7 pass proxy if worker don't have them either 2026-05-07 05:03:27 +05:30
yashsinghcodes 7f7f93069d return 200 before the workflow transaction 2026-05-01 18:41:24 +05:30
yashsinghcodes 0ba8ac1eea remove the waiting stage it can confuse users 2026-05-01 18:04:14 +05:30
yashsinghcodes c6ed733151 stability improvement over subflows and workflow executions 2026-05-01 13:11:15 +05:30
yashsinghcodes c07e2dd391 fix: auth issue after subflow execution (don't like the solution) 2026-03-31 13:40:06 +05:30
yashsinghcodes 434e512405 worker: stabilize app redeploys and callbacks 2026-02-24 20:03:50 +05:30
yashsinghcodes bd8eb55e9f worker: reduce subflow polling load and app retry pressure 2026-02-23 23:25:17 +05:30
Frikky aeadf7706e Fixed a url replacement bug for versions 2026-02-11 13:49:21 +01:00
Frikky cd4ddcc2a0 Fixed issues with the worker run with agent 2026-02-11 13:33:48 +01:00
Frikky f14011fb43 Forced in content type json to make sure requests work 2026-02-11 12:51:21 +01:00
Frikky 136e54c8ed Worker rebuild with autodeploy of shuffle-ai 2026-02-11 12:38:31 +01:00
Frikky e246759b72 Fixed issue with appversion & appname 2026-02-11 11:30:04 +01:00
Yash Singh 2c73653357 Merge pull request #1894 from PROCYDE/fix-k8s-autodeploy
k8s: fix autodeploy
2026-02-10 17:49:57 +05:30
Frikky 487927da3e Bumped shuffle-ai version to default to the new 1.1.0 2026-02-10 13:12:45 +01:00
Frikky bca4e16a99 Added ai-agent mapping to shuffle-ai app 2026-02-10 12:29:45 +01:00
Hari Krishna b4e5d604e9 changed the backend api and removed the force exit 2026-02-10 15:31:59 +05:30
Hari Krishna af7b59e4bb uncommented the code block 2026-02-09 21:26:04 +05:30
Hari Krishna 6eb783c1b1 cleaned up the agent api calling code block 2026-02-09 21:23:00 +05:30
Hari Krishna efaa3e32bc feat: made ai-agent app work on worker 2026-02-09 15:41:35 +05:30
yashsinghcodes a8b17515d8 worker never gets the env it is suppose to run so we should just check for our reserved env name 2026-01-28 17:50:53 +05:30
Frikky 23fe5581a4 Merge pull request #1915 from yashsinghcodes/new-nightly
check worker deployments in k8s before deploying
2026-01-27 23:50:56 +01:00
yashsinghcodes f5c58ec9f5 fix: case sensitivity problem aghhhhh 2026-01-23 19:05:31 +05:30
yashsinghcodes 9295991f56 worker changed return value in deployk8s app 2026-01-21 19:25:22 +05:30
yashsinghcodes bdf181616a check app deployment in k8s before deploying 2026-01-14 17:51:04 +05:30
yashsinghcodes 6921a63cc5 fix: env check condition 2026-01-13 19:09:56 +05:30
yashsinghcodes ed6417b9be added check for environment in handleQueue worker 2026-01-13 17:46:47 +05:30
yashsinghcodes 6b8d7172a1 fix: worker execution takeover for cloud actions 2026-01-13 13:04:55 +05:30
yashsinghcodes cabe871807 fix: worker takeover for parent workflow execution 2026-01-13 03:02:38 +05:30
yashsinghcodes 28d0dc42db fix: worker execution takeover issue 2026-01-13 02:18:31 +05:30
Pascal Sthamer 231b4c565e fix autodeploy not working in k8s
Signed-off-by: Pascal Sthamer <10992664+P4sca1@users.noreply.github.com>
Signed-off-by: Pascal Sthamer <pascal+github@sthamer.xyz>
2025-12-01 17:27:15 +01:00
Aditya b6f56ed7a2 fix: updating to the smarter client 2025-11-21 19:23:17 +05:30
Pascal Sthamer b69afd630b k8s: dont mount service account tokens to apps
Signed-off-by: Pascal Sthamer <10992664+P4sca1@users.noreply.github.com>
2025-11-17 08:30:01 +01:00
yashsinghcodes a3b85494a7 Merge branch 'nightly' of github.com:Shuffle/Shuffle into nightly 2025-11-12 15:00:15 +05:30
Aditya 7be4e6adf5 fix: shuffle swarm network bug where it wasn't getting attached in swarm 2025-11-12 02:48:32 +05:30
yashsinghcodes 392a05100e log info over what we got from backend 2025-10-31 19:58:38 +05:30
yashsinghcodes f027e6196c fix: subflow stream result returning 400 2025-10-28 15:50:49 +05:30
Frikky e4c290b79c Merge pull request #1841 from BogatikovM/apps_scaling
fix apps scaling for k8s shuffle
2025-10-16 20:30:39 +02:00
Frikky 696bb66c83 Merge pull request #1845 from PROCYDE/shuffle-app-protocol
feat(k8s): specify app protocol for worker and app services
2025-10-16 20:29:56 +02:00
Pascal Sthamer 45ed10405c go fmt
Signed-off-by: Pascal Sthamer <10992664+P4sca1@users.noreply.github.com>
2025-10-15 11:34:53 +02:00
Pascal Sthamer 303e83ac82 go fmt
Signed-off-by: Pascal Sthamer <10992664+P4sca1@users.noreply.github.com>
2025-10-15 11:34:09 +02:00
Pascal Sthamer 68efb7111a feat(k8s): specify app protocol for worker and app services
Signed-off-by: Pascal Sthamer <10992664+P4sca1@users.noreply.github.com>
2025-10-15 11:32:53 +02:00
Pascal Sthamer 172d0d8d80 feat(k8s): allow to mount tmp volume to apps
Signed-off-by: Pascal Sthamer <10992664+P4sca1@users.noreply.github.com>
2025-10-15 11:31:43 +02:00
BogatikovM dde6099b90 fix apps scaling for k8s shuffle 2025-10-12 14:45:41 +04:00
yashsinghcodes f850265c1e add a random sleep so no two worker check cache at same time 2025-10-06 16:39:55 +05:30
Frikky 73f677b3b2 Merge pull request #1794 from Onder7994/worker_request_limit
Worker. Add option to set k8s resources.
2025-10-03 10:57:34 +02:00
Frikky 82fa9e8ccc Merge pull request #1825 from yashsinghcodes/main
Default k8s deployment using helm charts
2025-10-02 09:49:23 +02:00
yashsinghcodes dcc20e9c84 fix default k8 deployment 2025-10-02 01:58:12 +05:30
Frikky b039222117 Merge pull request #1820 from Shuffle/main
Syncing new fixes in main back to nightly
2025-09-28 18:09:05 +02:00