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
Create a cron job containing hooks to connect/disconnect to/from MongoDB. Let MongoDB connection timeout at some point during job run (eg due to network failure).
Expected behavior
The job should stop properly in error state and should try to reconnect on next run if possible.
Actual behavior
The job hangs forever.
System configuration
NodeJS version: 8.9
Krawler version: 0.8
Operating System: Linux
The text was updated successfully, but these errors were encountered:
Steps to reproduce
Create a cron job containing hooks to connect/disconnect to/from MongoDB. Let MongoDB connection timeout at some point during job run (eg due to network failure).
Expected behavior
The job should stop properly in error state and should try to reconnect on next run if possible.
Actual behavior
The job hangs forever.
System configuration
NodeJS version: 8.9
Krawler version: 0.8
Operating System: Linux
The text was updated successfully, but these errors were encountered: