Commit f726167
authored
perf: don't await final status message (#497)
This saves about 25ms at the end of each run.
Related to discussion -
apify/crawlee#3207 (comment)
I did about 700 runs and it worked in each. Without any sleep it didn't
print it on platform. The actual delay is about 2-3ms, which is probably
the networking code executing.1 parent 8753957 commit f726167
1 file changed
+9
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
583 | 583 | | |
584 | 584 | | |
585 | 585 | | |
586 | | - | |
587 | | - | |
588 | | - | |
589 | | - | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
590 | 595 | | |
591 | 596 | | |
592 | 597 | | |
| |||
0 commit comments