Skip to content

Commit

Permalink
Add _disableAwaitDetector method
Browse files Browse the repository at this point in the history
  • Loading branch information
zodern committed Jan 13, 2025
1 parent c2bb93a commit 110242b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/kadira.js
Original file line number Diff line number Diff line change
Expand Up @@ -595,3 +595,7 @@ Kadira.recordNewJob = function (jobName) {
Kadira.recordPendingJobs = function (jobName, count) {
Kadira.models.jobs.trackPendingJobs(jobName, count);
};

Kadira._disableAwaitDetector = function () {
awaitDetector.destroy();
};

0 comments on commit 110242b

Please sign in to comment.