Skip to content

BroadcastView scheduler implementation #424

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

Merged
merged 38 commits into from
Apr 13, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
684183b
monkeypatched extract_dates
tomoboy Oct 25, 2019
1cde478
Test commit to trigger asv benchmarking for
tomoboy Dec 9, 2019
055b8d5
WIP
tomoboy Jan 13, 2020
e8e05f2
BroadcastScheduler prototype
tomoboy Jan 17, 2020
25d2a92
BroadcastSchedulerNonCoalescing prototype
tomoboy Jan 27, 2020
0c009bd
BroadcastSchedulerNonCoalescing working when taskscheduler is not lau…
tomoboy Jan 30, 2020
daed2e2
make scheduler_args keyword-only
minrk Jan 30, 2020
9eb2a36
more engine logging
minrk Jan 30, 2020
bab6eaa
make sure routing identities are correct in broadcast scheduler
minrk Jan 30, 2020
73e16c5
Merge pull request #1 from minrk/tomodev
tomoboy Jan 30, 2020
4a78ea3
hub now recognise broadcast messages
tomoboy Jan 31, 2020
6b65d54
using dispatch_reply also for broadcast
tomoboy Jan 31, 2020
a25eab7
sending msg to monitor for each msg created in the scheduler
tomoboy Jan 31, 2020
f0fafd1
Coalescing Broadcast scheduler
tomoboy Feb 24, 2020
18cd105
spanning tree schedulers MVP
tomoboy Mar 10, 2020
3cfc032
start of work for scheduler-scheduler streams
tomoboy Mar 17, 2020
0427c10
start of work for scheduler-scheduler streams
tomoboy Mar 17, 2020
681904b
spanning tree scheduler mvp
tomoboy Mar 31, 2020
a964e5a
spanning tree scheduler, benchmarks added
tomoboy Apr 27, 2020
766bdab
spanning tree scheduler, benchmarks added
tomoboy Apr 28, 2020
8f641cd
change broadcastCoalescing to be a broadca
tomoboy May 12, 2020
85c7bb6
trying 400 engines scheduler depth 3
tomoboy May 12, 2020
c9622fe
saved results for broadcast spanning tree
tomoboy May 15, 2020
04c917f
engine on x-axis
tomoboy May 15, 2020
2816df3
use traitlets config to expose HubFactory.broadcast_scheduler_depth
minrk May 15, 2020
92617e9
Merge remote-tracking branch 'origin/master' into tomomaster
minrk May 15, 2020
83c4fc6
Merge pull request #2 from minrk/tomomaster
tomoboy May 15, 2020
48cf383
Async and depth benchmarks
tomoboy May 15, 2020
2e27a17
added print out for active thread count
tomoboy May 21, 2020
f3ae17f
changing self.log.info with print
tomoboy May 21, 2020
8d410f4
removing delay parameter
tomoboy May 21, 2020
986cf0a
optimistically trying 1000 engines with all the benchmarks brought back
tomoboy May 26, 2020
107894e
async only
tomoboy May 26, 2020
27fad6c
delete messages after sending from scheduler to free up memory
tomoboy May 29, 2020
d539f45
new scheduler implementation
tomoboy Aug 28, 2020
eb55cf4
Merge ipython/master into tomoboy/master
minrk Feb 22, 2021
702e66d
default broadcast depth=1
minrk Feb 22, 2021
866656e
handle unparsed dates in AsyncResult
minrk Feb 23, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ __pycache__
.coverage
*coverage.xml
.coverage.*
.idea
Loading