Actor Run page showing 0 results with named dataset

I'm developing an actor where the user can choose to use a named dataset and request queue instead of the default ones by setting input fields. When I run it with a named dataset and request queue, it works properly and the data and requests show up in the 'Storage' tab, but the Run detail page shows 0 results and references an unnamed dataset and request queue, both of which are empty. Do I need to do something in my code to indicate that the named dataset and request queues should be used (other than opening them)?
4 Replies
fair-rose
fair-rose13mo ago
Hi, this is currently not possible. Run detail page can only show run's default dataset and request queue. To see the results in the output, you could push to both default and named datasets. For request queue, you could periodically update status message with "handled/total" requests.
correct-apricot
correct-apricotOP13mo ago
For a pay-per-result actor, is this going to be a problem? Or will results be counted correctly?
fair-rose
fair-rose13mo ago
only the results that you push to the default dataset will be included in pay per results costs
correct-apricot
correct-apricotOP13mo ago
Got it, thanks for the help

Did you find this page helpful?