-
Notifications
You must be signed in to change notification settings - Fork 0
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
[TM-1536] add total_content and proccessed_content field to delayedJo… #20
Conversation
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 210ab14. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 3 targetsSent with 💌 from NxCloud. |
constructor(job: DelayedJob) { | ||
const { status, statusCode, payload, processed_content, total_content, proccess_message } = job; | ||
super({ status, statusCode, payload, processed_content, total_content, proccess_message }); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why was this added? It should not be necessary.
Task Link