Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gateway: add runtime job entry to serverless job object #1163

Closed
IceKhan13 opened this issue Jan 17, 2024 · 3 comments · Fixed by #1177
Closed

Gateway: add runtime job entry to serverless job object #1163

IceKhan13 opened this issue Jan 17, 2024 · 3 comments · Fixed by #1177
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers priority: high High priority project: gateway Label to identify features related with gateway project
Milestone

Comments

@IceKhan13
Copy link
Member

What is the expected enhancement?

  1. Add runtime jobs id entry to serverless job entry, so that they can be associated to each other.

  2. Add runtime jobs ids to rest api

Epic #1162

@IceKhan13 IceKhan13 added enhancement New feature or request good first issue Good for newcomers priority: high High priority project: gateway Label to identify features related with gateway project labels Jan 17, 2024
@IceKhan13 IceKhan13 added this to the Q1'24 milestone Jan 17, 2024
@akihikokuroda
Copy link
Collaborator

Does this closed PR #977 works as the base of this issue? If so, I can revise and rebase it.

@psschwei
Copy link
Collaborator

I think it does

@IceKhan13
Copy link
Member Author

I think it does too :)

One comment though, probably we want separate entity model for that in PR, not text field.

Something like

class Job(models.Model):
   ...

class RuntimeJob(models.Model):
   job = models.ForeignField(Job, ...)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers priority: high High priority project: gateway Label to identify features related with gateway project
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants