-
Notifications
You must be signed in to change notification settings - Fork 717
Closed
3 / 33 of 3 issues completed
Copy link
Labels
Description
After #5480 been implemented, we can now access Executor in context instead of from OpWrite or OpRead.
This issue is required to be addressed. Otherwise our users who depends on timeout layer will be affected.
To implement this change, we will need:
- Migrate existing usage of
Executorto context based - Remove
ExecutorfromOpWriteandOpRead
Reactions are currently unavailable