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
When using oneshot, the filename of the provided file is not emitted in the returned Strelka event as part of the file object.
The proto for the various Go binaries and the main.go for oneshot show that the filename is being sent as part of the request. Strelka work() should be using this metadata to supply the name attribute of the File() object.
Each Go client sends requests to Redis. When Requests reach Redis, frontend takes the requests and adds them as tasks inside Redis for the backend to handle.
frontend should be modifying the tasks to include a json encoded attributes object with all of the request metadata, and work() should be attempting to deserialize the json metadata.
Describe the bug
When using oneshot, the filename of the provided file is not emitted in the returned Strelka event as part of the file object.
The proto for the various Go binaries and the main.go for oneshot show that the filename is being sent as part of the request. Strelka work() should be using this metadata to supply the name attribute of the File() object.
Steps to reproduce
Expected behavior
Screenshots
Release
Additional context
Each Go client sends requests to Redis. When Requests reach Redis,
frontend
takes the requests and adds them astasks
inside Redis for thebackend
to handle.frontend
should be modifying the tasks to include a json encoded attributes object with all of the request metadata, and work() should be attempting to deserialize the json metadata.main.go
strelka.py
The text was updated successfully, but these errors were encountered: