Story details
Up_grey_16x16
6
Down_grey_16x16
Posted 7 months ago.
How do I run background jobs in rails? All the doc I’ve found so far is for response based code e.g. user pushed button, Ruby bootstraps itself → runs some code → sends back a page. How can I just plain, run some code and, for example, change the escalation level on a “bug” record from “normal” to “too old” if a record ages too much?

Comments

You need to log in to post comments.