Skip to content

Don't timeout so fast, just wait and display the time - Small fixes to the Matrix backfilling history script pt. 9

Eric Eastwood requested to merge backfill-messages-to-matrix-follow-up9 into develop

Small fixes to the Matrix backfilling history script pt. 9:

  • Instead of timing out the whole lane after 65 seconds, just wait and display the time. The cursor timeout is actually 600 seconds, not 60 seconds so we can wait longer.
  • Having to wait longer than 60 seconds is already sketchy so let's just display how much time we have been waiting for.

Follow-up to !2313 (merged)

Part of #2609 (closed)

Merge request reports