Intially had gateway timeout errors are resolved in this issue. https://github.com/openclaw/openclaw/issues/47931#issuecomment-4065261047 Having increased the timeout as per the guidance I can now run "openclaw cron list" sucessfully. However I still get a timeout when running "openclaw gateway probe"
Example of cron command failing, BEFORE the issue fix:
$ openclaw cron list
...
Error: gateway closed (1000 normal closure): no close reason
Gateway target: ws://127.0.0.1:18789
Source: local loopback
Config: /home/ubuntu/.openclaw/openclaw.json
Bind: loopback
Sucessful example after the issue fix:
$ openclaw cron list
...
ID Name Schedule Next Last Status Target Agent ID Model
6fd33153-504a-41cf-bd45-3dea91651efa check-agentmail cron 0 8-21 * * * @ Europe/Am... in 40m 20m ago ok isolated - -
e4b1f6e2-6d32-4f0d-9a7a-7f4d8bb3a201 Workout Wednesday cron 30 7 * * 3 @ Europe/Amst... in 2d - idle isolated - -
b5c2d7a4-3d1e-4b7f-8c61-2a9f3de8c442 Workout Friday cron 30 7 * * 5 @ Europe/Amst... in 4d - idle isolated - -
9f7afe81-b758-4791-aaf4-f224aae03b3a Workout Monday cron 30 7 * * 1 @ Europe/Amst... in 7d 4h ago error isolated - -
Example of "openclaw gateway probe" even after the fix:
$ openclaw gateway probe
...
Gateway Status
Reachable: no
Probe budget: 3000ms
Discovery (this machine)
Found 0 gateways via Bonjour (local.)
Tip: if the gateway is remote, mDNS won’t cross networks; use Wide-Area Bonjour (split DNS) or SSH tunnels.
Targets
Local loopback ws://127.0.0.1:18789
Connect: failed - timeout
Hosted on t3a.medium ec2 instance.