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
When you run the command systemctl status norn_feed.service the only output is the following:
Feb 17 23:37:39 user python3[10101]: ---------
Feb 17 23:37:39 user python3[10101]: Attempting to publish
Feb 17 23:37:42 user python3[10101]: ---------
However, when you run the script directly it prints:
python3 parallel_feed.py
Started
ws connection established
Attempting to publish
Published URTHR
Published VERTHANDI
Published SKULD
---------
Attempting to publish
Skipped publishing URTHR. Next attempt in approximately 112 seconds
Skipped publishing VERTHANDI. Next attempt in approximately 112 seconds
Skipped publishing SKULD. Next attempt in approximately 112 seconds
---------
Despite the reduced log output from systemctl status output, the pool starmap functions do successfully publish feeds.
The text was updated successfully, but these errors were encountered:
When you run the command
systemctl status norn_feed.service
the only output is the following:However, when you run the script directly it prints:
Despite the reduced log output from systemctl status output, the pool starmap functions do successfully publish feeds.
The text was updated successfully, but these errors were encountered: