Skip to content

Instantly share code, notes, and snippets.

@emerleite
Last active February 2, 2018 01:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emerleite/5af0dec3e5d76214a38a8ef6453fb30c to your computer and use it in GitHub Desktop.
Save emerleite/5af0dec3e5d76214a38a8ef6453fb30c to your computer and use it in GitHub Desktop.
VideoWatchProgressController
#Phoenix Action
def track_time(conn, params) do
RequestParamsHandler.prepare(conn, params)
|> EventStore.enqueue #Send to GenStage pipeline
send_resp(conn, 201, "")
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment