usedagger / usedagger.com-issues

Give feedback as a GitHub issue
https://usedagger.io/
1 stars 0 forks source link

Improve execution speed (for a single task) #2

Closed tadamcz closed 1 year ago

tadamcz commented 1 year ago

Currently, spreadsheet tasks take from 30s to several minutes once they enter "status":"STARTED".

Two categories of optimisations:

  1. parallelise
  2. speed up sequential execution

Parallelisation would only improve average speeds if the queue is not saturated. The first priority would be to try to optimize sequential execution.

Reducing queuing time is tracked separately in https://github.com/usedagger/usedagger.io-issues/issues/3

tadamcz commented 1 year ago

Speed is much better now, mostly due to: https://github.com/usedagger/xlmc/commit/560bd1f1. Closing.