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
Right now the slack integration happens after a post is created in the main rails app. Ideally we'll want to setup something like resque or sidekiq and have it trigger a job instead of doing all the work inline.
Right now the slack integration happens after a post is created in the main rails app. Ideally we'll want to setup something like resque or sidekiq and have it trigger a job instead of doing all the work inline.