Skip to content

Instantly share code, notes, and snippets.

@fxn
Last active March 15, 2021 13:28
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 fxn/72db46a88b26f0f432b2bc1ba79cd6f6 to your computer and use it in GitHub Desktop.
Save fxn/72db46a88b26f0f432b2bc1ba79cd6f6 to your computer and use it in GitHub Desktop.
class LocationsJob < ApplicationJob
queue_as :high_priority
def perform(location)
BatchWriter.push(location)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment