You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we're using dyno to repeatedly post messages every X hours. This can be kinda spammy.
A better method for this could be done by deleting the previous version of the message and posting a new one after X number of messages, so that there is only one version of a message at any one time.
e.g Job posting sticky is always reposted after a new job posting
The text was updated successfully, but these errors were encountered:
Currently we're using dyno to repeatedly post messages every X hours. This can be kinda spammy.
A better method for this could be done by deleting the previous version of the message and posting a new one after X number of messages, so that there is only one version of a message at any one time.
e.g Job posting sticky is always reposted after a new job posting
The text was updated successfully, but these errors were encountered: