How to call method with callPromise with applyOptions?
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 35/100
- Issue type
- Bug
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- javascript
Research direction
Start at the CallPromiseMixin and ValidatedMethod applyOptions entry points, then compare journal.callPromise() with Meteor.apply using the supplied example. Reproduce the noRetry case and verify whether the option reaches the call; done means the intended no-retry behavior is confirmed or the correct usage is documented.
Written by the indexing model from the issue text.
Description
How can we use method with callPromise applyOption not to retry
applyOptions: {
noRetry: true, // <-- Tell Meteor not to retry
},
this is method on server
export const journal = new ValidatedMethod({
name: 'app.journa',
mixins: [CallPromiseMixin],
applyOptions: {
noRetry: true, // <-- Tell Meteor not to retry
},
validate: null,
async run() {
// code here
}
})
this is client call
journal.callPromise()
.then(res => {
console.log('res', res)
}).catch(err => {
console.log('err', err)
})
},
notRetry working with callPromise or Meteor.apply
- Dominant language
- JavaScript
- Stars
- 193
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from meteor/validated-method
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
meteor/validated-method#95 · 1 comment ·
-
Async validation Open
Difficulty 4/5 3-5 days Newbie friendliness 38/100
meteor/validated-method#94 · 2 comments ·
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
meteor/validated-method#87 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 20/100
meteor/validated-method#81 · 1 comment ·
-
Difficulty 5/5 Over a week Newbie friendliness 25/100
meteor/validated-method#80 · 1 comment ·
All issues in meteor/validated-method
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
HarperFast/skills#96 ·
-
[Block] Latest Posts [Type] Bug
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
Automattic/studio#4908 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
sugarlabs/musicblocks#8847 ·