Skip to content

WIP: PoC Pong Slack bot

Zeger-Jan van de Weg requested to merge zj-slack-bot into master

Given this is more of a PoC, Ill update this description later when I have more valuable data to add.

Next steps:

  • Queue the data for SideKiq to process (we have 3 seconds to respond to Slack, should be enough for simple requests)
    • Also gives us Rails' magic :)
  • Create a service/integration on projects
  • Figure out how the daemon knows all the Slack bot id's at start
  • Create a better way to start the daemon
  • ...

/cc @markpundsack @jacobvosmaer-gitlab

Merge request reports