smooth-app icon indicating copy to clipboard operation
smooth-app copied to clipboard

[Enhancement] Improving background tasks

Open g123k opened this issue 2 months ago • 1 comments

Hi everyone,

We get many complaints from users who don't understand why the application is acting weirdly. Very often, the root cause is a long list of background tasks that hasn't been able to run.

In a way, background tasks are interesting for longer requests such as photos, but for "simple text", it's more questionable.

What I'd like to enable is the following algorithm on "simple" fields:

  1. Try to send the request immediately with a short timeout
  2. If this doesn't work, transform it into a background task.

Some examples of "simple" fields: update country, website…

g123k avatar Jun 18 '24 17:06 g123k