juspay / juspay/invokr

Create an enum for endpoint_type field in ClaimedExecution struct

Open
#28 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
2
Forks
0
Avg merge
1d 23h
Merged PRs (30d)
10

Description

```
#[derive(FromRow)]
pub struct ClaimedExecution {
pub execution_id: String,
pub job_id: String,
pub endpoint: String,
pub endpoint_type: String,
pub input: Option,
pub attempt_count: i64,
pub max_attempts: i64,
}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.