Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(delay): add non blocking delay scheduling #43

Merged
merged 1 commit into from
Apr 24, 2022
Merged

Conversation

j-mendez
Copy link
Member

@j-mendez j-mendez commented Apr 24, 2022

  1. add async delay tasks scheduling for true non blocking delayed calls between pages.

--
This brings time differences between the delays between pages for true time elapsing between request.
Also drastic perf boosts for keeping machine alive and using async scheduling.

Todo:

  1. use async client and move entire tasks into tokio runtime.
  2. instead of choosing the runtime for the spawn it should be optional with defaults.

ss of req running per delay.

Screen Shot 2022-04-24 at 1 42 28 PM

@j-mendez j-mendez requested a review from madeindjs April 24, 2022 13:10
@j-mendez j-mendez force-pushed the async-delay branch 4 times, most recently from 8ce830d to 6927bec Compare April 24, 2022 13:44
@j-mendez j-mendez merged commit b44dff5 into master Apr 24, 2022
@j-mendez j-mendez deleted the async-delay branch April 25, 2022 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant