You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.
Thanks for reporting this issue 🐢 Snap shouldn't crash.
Work on streaming feature is still in progress, please see following pull requests: snap#1632 and snap-plugin-lib-go#85.
However you can test how streaming works for now, you need to change type in schedule to "streaming" and use pure REST API to create a task (for now snaptel does not support streaming), see examplary task manifest:
curl -vX POST localhost:8181/v1/tasks -d @task.json --header "Content-Type: application/json"
Using the code from current versions of pull requests snap#1632 and snap-plugin-lib-go#85 I'm able to reproduce this issue using following task manifest:
If the scheduler type is streaming we ensure that only a single streaming collector is configured. If the scheduler type is not streaming we ensure that a streaming plugin is not referenced.
Trying to create the following task snapteld crashes. I'm using version 1.2.0 on Ubuntu 16.04
These are the steps to reproduce:
After the
snaptel task create
command the following crash occur in snapteldThe text was updated successfully, but these errors were encountered: