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

Allow running scheduled tasks on threads #5879

Merged
merged 1 commit into from
Nov 15, 2023
Merged

Conversation

philippjfr
Copy link
Member

Fixes #5869

Copy link

codecov bot commented Nov 15, 2023

Codecov Report

Attention: 13 lines in your changes are missing coverage. Please review.

Comparison is base (7eb9c71) 84.00% compared to head (dea9ed5) 22.85%.
Report is 1 commits behind head on main.

Files Patch % Lines
panel/tests/test_server.py 7.69% 12 Missing ⚠️
panel/io/state.py 50.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##             main    #5879       +/-   ##
===========================================
- Coverage   84.00%   22.85%   -61.15%     
===========================================
  Files         290      290               
  Lines       42391    42402       +11     
===========================================
- Hits        35609     9690    -25919     
- Misses       6782    32712    +25930     
Flag Coverage Δ
ui-tests ?
unitexamples-tests 22.85% <13.33%> (-49.52%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@philippjfr philippjfr merged commit 4bfe371 into main Nov 15, 2023
11 of 13 checks passed
@philippjfr philippjfr deleted the schedule_threaded branch November 15, 2023 12:12
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.

pn.state.schedule_task(..., threaded=True)
1 participant