You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(terminal): add [REMOTE] tag to dispatch log lines (#308)
* feat(AE-2646): add [REMOTE] tag to LB stub dispatch logs
* feat(AE-2646): add [REMOTE] tag to QB dispatch log
ServerlessResource.run() now prefixes its dispatch log line with
[REMOTE] so users can clearly identify that execution is happening
on Runpod cloud infrastructure, not locally.
* feat(AE-2646): add [REMOTE] tag to LB stub dispatch logs
* fix(terminal): add [REMOTE] tag to runsync dispatch log
- Add [REMOTE] prefix to runsync _fetch_job log line for consistency
with run() dispatch log
- Add test_runsync_logs_remote_prefix_on_dispatch test
0 commit comments