Skip to content

Commit 1481f67

Browse files
Bump to 2.7.1 (#1042)
1 parent 547bc8e commit 1481f67

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
maintenance_tasks (2.7.0)
4+
maintenance_tasks (2.7.1)
55
actionpack (>= 6.0)
66
activejob (>= 6.0)
77
activerecord (>= 6.0)

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,10 @@ end
497497

498498
### Subscribing to instrumentation events
499499

500-
If you are interested in actioning a specific task event, please refer to the [Using Task Callbacks](#using-task-callbacks) section below. However, if you want to subscribe to all events, irrespective of the task, you can use the following Active Support notifications:
500+
If you are interested in actioning a specific task event, please refer to the
501+
[Using Task Callbacks](#using-task-callbacks) section below. However, if you
502+
want to subscribe to all events, irrespective of the task, you can use the
503+
following Active Support notifications:
501504

502505
```ruby
503506
enqueued.maintenance_tasks # This event is published when a task has been enqueued by the user.
@@ -507,7 +510,8 @@ paused.maintenance_tasks # This event is published when a task is paused by
507510
errored.maintenance_tasks # This event is published when the task's code produces an unhandled exception.
508511
```
509512

510-
These notifications offer a way to monitor the lifecycle of maintenance tasks in your application.
513+
These notifications offer a way to monitor the lifecycle of maintenance tasks in
514+
your application.
511515

512516
Usage example:
513517

maintenance_tasks.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |spec|
44
spec.name = "maintenance_tasks"
5-
spec.version = "2.7.0"
5+
spec.version = "2.7.1"
66
spec.author = "Shopify Engineering"
77
spec.email = "gems@shopify.com"
88
spec.homepage = "https://github.com/Shopify/maintenance_tasks"

0 commit comments

Comments
 (0)