Skip to content

Commit

Permalink
Merge branch 'bugfix/BB-600' into tmp/octopus/w/8.7/bugfix/BB-600
Browse files Browse the repository at this point in the history
  • Loading branch information
bert-e committed Aug 20, 2024
2 parents a067bcd + 73669eb commit e7d6e10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extensions/lifecycle/LifecycleMetrics.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ class LifecycleMetrics {
[LIFECYCLE_LABEL_LOCATION]: location,
}, durationMs / 1000);

lifecycleLastTimestamp.observe({
lifecycleLastTimestamp.set({
[LIFECYCLE_LABEL_TYPE]: type,
[LIFECYCLE_LABEL_LOCATION]: location,
}, new Date().getTime());
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "backbeat",
"version": "8.6.47",
"version": "8.6.48",
"description": "Asynchronous queue and job manager",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e7d6e10

Please sign in to comment.