Skip to content

Commit

Permalink
Artifact definition can specify default resources. (#1013)
Browse files Browse the repository at this point in the history
It is now possible to tailor the resource control per artifact. Simply
add a new resources: section:

resources:
  timeout: 20
  • Loading branch information
scudette authored Apr 9, 2021
1 parent dd46147 commit cf9311b
Show file tree
Hide file tree
Showing 11 changed files with 326 additions and 73 deletions.
4 changes: 3 additions & 1 deletion actions/proto/vql.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions actions/proto/vql.proto
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ package proto;
option go_package = "www.velocidex.com/golang/velociraptor/actions/proto";

message VQLRequest {
// DEPRECATED: Will be populated for compatibility with older clients.
string Name = 2 [(sem_type) = {
description: "The name of this query. This should be descriptive to indicate what type of informaiton the query retrieves.",
}];
// DEPRECATED: Not used any more.
string Description = 3 [(sem_type) = {
description: "What this query is supposed to do.",
}];
Expand Down
36 changes: 18 additions & 18 deletions api/proto/api.pb.gw.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cf9311b

Please sign in to comment.