Roketry scheduler and Shared-Memory-Dict py dash

Best thing I have found for ages to move my dash app forward.
Integrating Rocketry scheduler so I can move all those back-end interval callbacks out of dash and into their own scheduler in separate processes.
And Shared-Memory-Dict so I can share snippets of data across all python files in the dash app.