Highlights
- Pro
- 5 discussions answered
Block or Report
Block or report graingert
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
python-clamd Public
Clamd is a python interface to Clamd (Clamav daemon). By using Clamd, you can add virus detection capabilities to your python software in an efficient and easy way.
-
-
-
django-static-libs Public
A set of static libraries packaged in handy django apps to speed up new applications and reduce duplicaiton.
-
sslstrip Public
Forked from moxie0/sslstrip
A tool for exploiting Moxie Marlinspike's SSL "stripping" attack.
2,230 contributions in the last year
Activity overview
Contributed to
twisted/twisted,
dask/distributed,
twisted/twisted-trac-migration
and 275 other
repositories
Contribution activity
May 2022
Created 10 commits in 3 repositories
Created 3 repositories
- graingert/ipython Python
- graingert/dask-ctl Python
- graingert/dask-kubernetes Python
Created a pull request in dask/distributed that received 8 comments
always bind the Scheduler to the IOLoop.current() - and deprecate the Scheduler(loop= kwarg
refs #6163
Passing anything other than IOLoop.current() will fail when you try to use the Scheduler anyway:
self._lock will be bound to IOLoop.curr…
+17
−6
•
8
comments
Opened 13 other pull requests in 5 repositories
dask/distributed
6
merged
2
open
- close client in sync test_actor tests
- ignore coroutine 'ServerSession\.with_document_locked' was never awaited
- run cluster widget periodic callbacks on the correct event loop
-
Remove
coveragepin from Python 3.10 environment - remove stray breakpoint
- restore signal handlers after wait for signals is done
- use asyncio.run to run worker in Nanny
- always pass self._asynchronous to LocalCluster from client
MagicStack/uvloop
2
open
ipython/ipython
1
merged
dask/dask-kubernetes
1
merged
graingert/dask-kubernetes
1
closed
Reviewed 21 pull requests in 8 repositories
dask/distributed
14 pull requests
-
Restructure
test_watch_requires_lock_to_runto avoid flakes -
Handle failing
plugin.close()calls during scheduler shutdown - always pass self._asynchronous to LocalCluster from client
- use asyncio.run to run gen_cluster, gen_test and cluster
- run cluster widget periodic callbacks on the correct event loop
-
Add a lock to
distributed.profilefor better concurrency control - Server close faster
- Remove report and safe from Worker.close
-
Move
wait_for_signalsto private module and deprecatedistributed.cli.utils - Restore install_signal_handlers due to downstream dependencies
-
Remove all invocations of
IOLoop.run_syncfrom CLI - Do not allow closing workers to be awaited again
- Try to fix dropped data in P2P shuffle
- WIP Do not restart BatchedSend on worker reconnect
twisted/tubes
1 pull request
encode/httpcore
1 pull request
dask-contrib/dask-ctl
1 pull request
dask/dask-kubernetes
1 pull request
encode/starlette
1 pull request
MagicStack/uvloop
1 pull request
tornadoweb/tornado
1 pull request
Opened 5 issues in 1 repository
dask/distributed
4
open
1
closed
- flaky test distributed/tests/test_scheduler.py::test_restart
- flaky test dashboard\tests\test_components.py::test_profile_plot
- flaky test tests/test_actor.py::test_one_thread_deadlock_timeout
- flaky test diagnostics/tests/test_progress.py::test_group_timing
-
if
await worker.close()fails - subsequentawait close()calls hang forever
1
contribution
in private repositories
May 25