mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-12 22:50:06 +00:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ddb4a51c55 | ||
| 921d6ef364 | |||
|
|
105675d46a | ||
|
|
e4addba762 | ||
| 8203e918fd |
12
.github/issue_template.md
vendored
Normal file
12
.github/issue_template.md
vendored
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
## Expected behaviour
|
||||||
|
*Describe what should be happening*
|
||||||
|
|
||||||
|
## Current behaviour
|
||||||
|
*Describe what is actually happening*
|
||||||
|
|
||||||
|
## Environment info
|
||||||
|
**Client tech stack**: *Angular, React, Vue, VanillaJS, NodeJS etc.*
|
||||||
|
**Server type**: SASJS|SASVIYA|SAS9
|
||||||
|
**Login mechanism**: Default|Redirected
|
||||||
|
**Debug**: true|false
|
||||||
|
**Use Compute Api (relevant only on VIYA)**: true|false
|
||||||
@@ -895,6 +895,7 @@ export default class SASjs {
|
|||||||
await this.computeJobExecutor?.resendWaitingRequests()
|
await this.computeJobExecutor?.resendWaitingRequests()
|
||||||
await this.jesJobExecutor?.resendWaitingRequests()
|
await this.jesJobExecutor?.resendWaitingRequests()
|
||||||
await this.fileUploader?.resendWaitingRequests()
|
await this.fileUploader?.resendWaitingRequests()
|
||||||
|
await this.sasjsJobExecutor?.resendWaitingRequests()
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user