Need to work in a queue for Discord syncing. I am thinking:
- RowId [GUID, PK]
- DiscordId [BIGINT, NOT NULL]
- Timestamp [datetime NOT NULL]
- Action [varchar(128) NOT NULL] (eg: ADD_PATREON)
- ProcessedOn [datetime NULL] (indexed)
Things can be inserted into here for ALICE to then action upon, which can then marked a ProcessedOn time. Things that will need actions:
This will be a lot of hassle but the heads want to keep the system so we will
Need to work in a queue for Discord syncing. I am thinking:
Things can be inserted into here for ALICE to then action upon, which can then marked a
ProcessedOntime. Things that will need actions:This will be a lot of hassle but the heads want to keep the system so we will