keypup-io / cloudtasker

Background jobs for Ruby using Google Cloud Tasks
MIT License
153 stars 38 forks source link

Add enqueue_after_transaction_commit? for rails 7.2.1 #126

Closed tostart-pickagreatname closed 2 months ago

tostart-pickagreatname commented 2 months ago

Resolves https://github.com/keypup-io/cloudtasker/issues/125 by adding the new required method. This strategy avoids a dependency on Rails >= 7.2.1 so I think it is preferred for now.