Closed erikjohnston closed 1 year ago
Introduced in https://github.com/matrix-org/synapse/pull/16240
The action for the task was only defined on the "master" handler, rather than the base worker one.
How can we prevent this in the future?
Good Q. I wonder if we can somehow leverage the type system here (rather than trying to catch this at runtime and via tests)
Introduced in https://github.com/matrix-org/synapse/pull/16240
The action for the task was only defined on the "master" handler, rather than the base worker one.