slack-machine icon indicating copy to clipboard operation
slack-machine copied to clipboard

Replace implementations of `*_scheduled` methods with calls to `chat.scheduleMessage`

Open DonDebonair opened this issue 3 years ago • 0 comments

If we use chat.scheduleMessage we are much closer to removing the dependency on APScheduler. This opens up opportunities for greatly simplifying the code architecture. The reason there are ugly singletons in the Slack Machine codebase, is so we don't end up serialising sockets which APScheduler doesn't like.

DonDebonair avatar May 09 '21 16:05 DonDebonair