mydnshost / mydnshost-api

API Backend for mydnshost
Other
2 stars 1 forks source link

Example Bind Hooks should just call workers in the background. #53

Closed ShaneMcC closed 5 years ago

ShaneMcC commented 5 years ago

We have a whole bunch of duplicate code in the bind hooks from pre-workers. We should make the bind hooks just run appropriate workers inline.

ShaneMcC commented 5 years ago

These hooks now just no longer exist. We require RabbitMQ now and hooks go via that.