Skip to content

Instantly share code, notes, and snippets.

@rorens05
Created March 21, 2022 03:53
Show Gist options
  • Save rorens05/3406f950602ea6d63b4a68a2ab68b7eb to your computer and use it in GitHub Desktop.
Save rorens05/3406f950602ea6d63b4a68a2ab68b7eb to your computer and use it in GitHub Desktop.
Thread.new do
sleep 5000
Rails.logger.debug "execution started"
# your codes here
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment