2024-11-21 Meeting notes

2024-11-21 Meeting notes

All public Working Group meetings follow the Recording Policy for Open edX Meetings

 Date

Nov 18, 2024

 Participants

  • @Feanil Patel

  • @Kyle McCormick

Previous TODOs

 Discussion topics

Item

Presenter

Notes

Item

Presenter

Notes

Frontend-app-authoring issues and libraries

 

  • Follow up from https://axim-collaborative.slack.com/archives/C04BM6YC7A6/p1731658458397369

  • We’re using the repo’s issues both for task tracking for content libraries and for bugs and features coming into the rest of Studio.

    • That has made it harder for the maintaining team to pay attention to both the issues and bugs coming in as well as just managing the content?

    • Is that how we want workstreams for repos to work?

      • Would labels or tags help?

        • Labels per project might be useful so that we could filter out issues tied to an active workstream.

          • ie. if bug/issues related to an active project are tagged

  • It makes sense to have the high-level epics stay on the platform-roadmap repo, but it would be useful to link to that from all the READMEs

  • We can filter based on projects eg. ignore all tickets that are on the libraries overhaul project:

    • is:open is:issue -project:openedx/66

    • No other projects: is:open is:issue -project

      • Is this what the maintainer should be looking it.

      • If you have a lot of activity you may need something like this to filter out work that already have active folks looking at it.

        • is:open is:pr -project project:openedx/19 -label:FC

  • What about bugs? Do the repo bugs go in public-engineering or stay in the code repo?

    • Keep the bugs in the FC issue list but if the FC closes move the bugs into the relevant code repo.

    • Testers will file bugs where they file them and we’ll triage and move as necessary.

Django

 

 

Setup.py related maintenance





maintainer-at-large status

 

 

 

 

 

 

 

 

(Time permitting) Devstack settings deprecation

@Kyle McCormick

https://github.com/openedx/public-engineering/issues/247

Tutor's dev settings are a thin layer on top of its common settings overrides, which are always used with the yaml-based production.py. That means that "rebasing" Tutor's dev settings on to yaml-free common.py actually adds a ton of complex differences between Tutor's prod and dev, not to mention that it would break any tutor plugins that used yaml overrides.a

It seems that if we're going to rebase tutor's dev settings onto common.py, then we should do the same tutor's prod settings, and couple it together with a broader yaml deprecation. That does majorly increase the scope of this effort, probably turns it into a next-year project. Curious if you agree or if there's any small-bite work that you think I'm missing.

Discussion about a potential new ADR

 

https://github.com/openedx/edx-platform/issues/35898

 Action items

Next: Maintenance at large
Next: Other upcoming maintenance - Django, Setup.py
@Kyle McCormick create an ADR about the approach to settings files in edx-platform and how we want to orient them eg. common.py → production.py → development.py or testing.py (desired but not true right now)

 Decisions

  1. FC work tracking happens in the public-engineering repo.

Recording and Transcript

Recording: https://drive.google.com/file/d/1uocF1AeuzOQpr1IbqwQpE9BMgFHzWk3_/view?usp=sharing

Maintenance Working Group Meeting - 2024/11/21 09:00 EST - Transcript

Attendees

Adolfo Brandes, Awais Qureshi, Feanil Patel, Feanil Patel's Presentation, Jeremy Ristau, Kyle McCormick, Kyle McCormick's Presentation, Michelle Philbrick, Robert Raposa, Sarina Canelake

Transcript

Feanil Patel: Hello.

Jeremy Ristau: Go

Feanil Patel: refresh that and share my screen. meeting notes are here.  I think so far I only have one thing to check in on. I don't know if there's any other stuff we want to talk through. think if there's any maintenance tasks that we should

Feanil Patel: First thing on the list is there was a conversation in Slack around the quality of the front end app authoring repo.  I think I'm not sure where it was left, but essentially the question was, is this repository actually having more issues or is it just that there's a lot more activity because of all the new content libraries related stuff in there? And so I don't know, I think that conversation was unclear, so people wanted to discuss it here as well.

Feanil Patel: What?  Thank you.

Kyle McCormick: My understanding is that part of the issue is with the issue tracking itself. The fact that we're using repos issues both for task tracking for the content libraries project and for bugs and new feature in new features in the library project alongside bugs and feature requests for existing studio features.  So the stuff that the maintainers at 2U would be interested in are a subset of the bigger pile of issues that exist in the repo. and that's kind of like I think broken the team's ability a little bit to figure out what they need to pay attention to. Is that fair Jeremy?

Jeremy Ristau: So that's the issue side. Yep. And then of course more activity means more potential issues that arise.

Feanil Patel: 

Jeremy Ristau: And yeah, the root cause is the fact that there is an active work stream going on inside of that repo or I would argue more than one.

Feanil Patel: Right. Right.

Feanil Patel: Changes happening. Yeah. Yeah.

Jeremy Ristau: There's the unit page work as well as the libraries work.  And I think the conversation here is sort of appropriate for is that how we want streams to work? it might be

Adolfo Brandes: 

Adolfo Brandes: Would labels or tags help?

Feanil Patel: 

Adolfo Brandes: Do you think there any I'm not sure in that repo…

Feanil Patel: Do we use any labels right now in that Yeah.

Adolfo Brandes: but I've seen in the past in other repos I do like tag bugs as actual bugs with the red little thing and use that to organize for example the front-end working group board. So bugs are always at the top. Just using an example, right?

Feanil Patel: Yeah. Yeah. Looks like there's Go ahead.

Jeremy Ristau: I would probably say it would at least from my perspective,…

Jeremy Ristau: I think labels would work better in the other direction, which would be leveraging filtering out things that have a label like content libraries v2 and new unit page or something like that. So that the list of what we would need to triage is only the things that aren't tied to an active work stream.

00:05:00

Adolfo Brandes: 

Jeremy Ristau: Yeah. Yeah.

Adolfo Brandes: Yeah, that could be done.

Adolfo Brandes: It's always going to be some little additional work is going to have to happen on one end or the other, so I guess what's the golden path or…

Jeremy Ristau: Yeah. Exactly.

Adolfo Brandes: the simplest path like a new naked issue is what usually is created, somebody that comes in, they don't know about the conventions, they just create an issue, right? Okay,…

Jeremy Ristau: And then triage happens related to that issue. and…

Adolfo Brandes: I see what you're saying. Yeah.

Jeremy Ristau: if we have one person triage just to add a label and then another person triage for some other reason, it might be easier when a project team is creating their items as that scope of people is limited.

Feanil Patel: Right.

Jeremy Ristau: It might be more effective. I don't know about easier, but it might be more effective to have labels applied to that set of work.

Adolfo Brandes: 

Adolfo Brandes: Yeah, if you're working a project, it's fine to add a little rule whenever you add something to that project, right? yeah.

Kyle McCormick: We ask our funded contributors to do this for PR titles.

Feanil Patel: Right. We also,…

Kyle McCormick: So it's not a crazy ask.

Feanil Patel: it looks like they did add the ability to filter by project. So, if all of the content library stuff is already on a content libraries board,…

Adolfo Brandes: Really?

Adolfo Brandes: That would be ideal.

Feanil Patel: it might be possible to simply reject all of those, but I don't know if that's the case.

Feanil Patel: 

Feanil Patel: How do you know if there's a right because labels that track projects that might already have a project board might be redundant and…

Adolfo Brandes: Yes. Yeah.

Feanil Patel: kind of annoying but do you have a board?

Kyle McCormick: Right. Yeah,…

Kyle McCormick: there is a board. I can link it. I don't know of a built-in GitHub feature for filter by not in projects, but unless I've added it in the meantime.

Feanil Patel: I think they have because Let me see. They certainly added a in project. So, we can see if we can do a negative.

Kyle McCormick: We can use the minus sign on it. I bet.  Okay.

Feanil Patel: Yeah, let me see. Yeah, you can do a minus sign project. So, I think this might be a way of doing what we want and it just might be a matter of teaching

Adolfo Brandes: just so we discuss it.

Feanil Patel: 

Adolfo Brandes: What's the worst case nuclear alternative create issues in a separate repository entirely? yep.

Feanil Patel: for yeah having the per project stuff live in public engineering wouldn't be crazy I think for any active projects and…

Feanil Patel: then as a part of closing down an active project you would move it to the relevant library relevant repo if there's unfinished work and it's useful

Feanil Patel: 

Feanil Patel: to keep those tickets or you would close them out and saying this project is not going to finish this way. it's slightly further away from the code…

Feanil Patel: but it's also close enough to the people who are actively working on it without bothering the maintainers with aspirational tickets. Yeah.

Adolfo Brandes: Yeah. I mean,…

Adolfo Brandes: we already have a one big aspirational board and repository which is OpenX proposals, So, it's not like we aren't already doing that in one step removed.

Feanil Patel: 

Feanil Patel: So if we Yeah.

Kyle McCormick: 

Feanil Patel: If we remove the libraries overhaul I assume as the project Kyle.

Kyle McCormick: Mhm. Yep.

Feanil Patel: Then it goes from 116 to Yeah.

Jeremy Ristau: Yeah, it's about half. Yeah.

Feanil Patel: It just drops it by half.

Feanil Patel: So it's like 55.

Adolfo Brandes: From my point of view as a Yeah.

Feanil Patel: So that is much easier to work with. most of which are bugs and some release related testing.

Kyle McCormick: And some of those are just things that aren't in the project.

Kyle McCormick: Sorry, Alpha. Go ahead.

Adolfo Brandes: No, I was just going to say from my point of view as an sort of on the ground PR reviewer most of the time as long as there's a link between the PR…

Feanil Patel: Mhm. Yeah.

Adolfo Brandes: which is an issue in the repo. There's no way around that. with the other wherever it is like the main issue it doesn't matter.

Feanil Patel: 

Feanil Patel: Right. Right.

00:10:00

Kyle McCormick: Yeah, going back to why did we come up with that issues live close to the code rule. the people it was so that maintainers could have easier access to the things that are going on with their code and so that devs who are interested in the code could see…

Feanil Patel: What's coming?

Kyle McCormick: what the problems were. And if this is cutting in the opposite direction,…

Feanil Patel: Yeah. Yeah.

Kyle McCormick: then I think that's maybe a reason to use something like public engineering for active projects.

Jeremy Ristau: Another thing that's popping into my head, you can filter for just no project. and there are things that are popping up from the new unit page work.

Feanil Patel: All right.

Jeremy Ristau: Right.

Adolfo Brandes: Yeah,…

Adolfo Brandes: That doesn't have a board that I know. But we could have one. it's fine. we could put it in the front end working group report even.  It doesn't like

Jeremy Ristau: So that's kind of what I was wondering is would putting all project work in public engineering sort of push toward more conformity in the way that the projects are made visible and managed. you might expect a board perfunded contribution or something like that where you could link from the funded contribution confluence page and…

Adolfo Brandes: Yeah, I would be totally fine with that from my point of view.

Jeremy Ristau: sort of tie the work to the description. it seems like that might enable a little more traceability. This is certainly a weak opinion that I have, though.

Feanil Patel: 

Feanil Patel: Yeah. Project still even exist. yeah, I think a lot of the OSPRs are still also ending up on The CC coordination board.

Adolfo Brandes: What about just let's think edge cases a little bit.

Feanil Patel: I guess that's less of them.

Adolfo Brandes: Drive by wishlist contributors.

Feanil Patel: 

Adolfo Brandes: Somebody wants something out of a repo and they just go in and create an issue there. That's always going to happen anyway,…

Feanil Patel: I think Yeah.

Adolfo Brandes: right? Yeah.

Feanil Patel: And that's a thing that the maintainer should be dealing with.

Adolfo Brandes: Okay, cool.

Jeremy Ristau: Yep. Bugs.

Feanil Patel: I think it's more I had if somebody has a resource to be working on a project and is going to be both creating issues and bugs. I'm almost wondering if that highle epic should always exist in the repo. for example, if content libraries has an epic currently, probably it exists on the platform road map,…

Feanil Patel: I'm guessing. and…

Kyle McCormick: Yeah. Yeah.

Adolfo Brandes: Yeah, the epic is usually the

Feanil Patel: I wonder if it should. And it's a great question. Yeah. Yeah.

Kyle McCormick: But does it belong in the back end repo? And if we're working in packages then Yeah.

Feanil Patel: 

Feanil Patel: I don't think it's an easy answer, but that's the thing you would want. if you went to front-end app authoring and you're like, " there's a big overhaul of the unit page." That's the thing I would want to know as somebody walking into that codebase. I would a lot more about that than I care about there is a bug in the teams on the new content libraries.

Jeremy Ristau: I think that is…

Jeremy Ristau: what the bottleneck of the maintainer should be though, if I walk into frontend app authoring instead of knowing that there's an epic label and going and trying to find that one epic out of all the issues is to just …

Feanil Patel: Yeah. Yeah.

Feanil Patel: Yeah. Talk to the maintainer. Okay.

Jeremy Ristau: if I'm interested in starting to contribute or understanding what the activity is, just now I know who the maintainer is. I'm going to go talk to them. I think we have other channels that help everyone sort of stay in touch about the road map items.

Feanil Patel: Yeah. Yeah. Yeah. Fair enough.

Jeremy Ristau: Yeah, there could easily also be a link in readmes as well that says for visibility into the active epics go to the platform road mapap and…

Feanil Patel: Just thinking through what we're trying to solve for related.

Michelle Philbrick: 

Feanil Patel: Yeah. Yeah.

Jeremy Ristau: just that in all the readmes.

Feanil Patel: Yeah. Yeah. Yeah. Yeah. Yeah. That's not a crazy idea.

Michelle Philbrick: Does somebody have a link to you mentioned another board for the coordination board.

Feanil Patel: This is the one that I assume you and Tim are using. I don't know what it's called anymore.

Michelle Philbrick: Sorry. The contributions board.

Feanil Patel: Contributions board. Yeah. Yeah.

Michelle Philbrick: Yeah. Okay. Gotcha.

Feanil Patel: But This one doesn't have any sort of fully third party contributions. it just has funded contributions and all of the contributors are on the inside of something. So I was curious…

00:15:00

Michelle Philbrick: 

Feanil Patel: if there were those things because that's also removing anything that has a board idea is what I was trying to figure out if that would work or not. And that I think wouldn't because of that problem but in general filtering out.

Michelle Philbrick: Yeah, a lot of I don't think I've seen too many of them…

Feanil Patel: Go ahead. Yeah. Yeah.

Michelle Philbrick: where because usually all the boards show up under projects. I've seen a few times maybe the coordination board, but not a whole lot. so I don't know how many of them are actually on both

Feanil Patel: So I think it makes so based on what you guys are saying, it makes sense to have the highle epics stay on the platform road map. It would be and then

Jeremy Ristau: So I think if we go that route and if we keep work tracking tickets FC tickets in repos, I think what we would have to do is we have a runbook for maintenance or…

Feanil Patel: 

Jeremy Ristau: maintainership I guess is the right word. and it has a link to the issues tab, Go here, look at any new ones. I wouldn't want to have to keep changing the link over and…

Feanil Patel: Right. Right.

Jeremy Ristau: over again. Don't look at that project.

Feanil Patel: Yeah. Yeah. Yeah. Yeah.

Jeremy Ristau: We would have to say no projects at all. that would remove coordination.

Feanil Patel: Right. Right.

Jeremy Ristau: That would remove all of the things that are tied to it.

Feanil Patel: It's like this is all the rest of the stuff that nobody else is looking at for any reason.

Jeremy Ristau: Right. Exactly.

Feanil Patel: Which is this stuff here.

Jeremy Ristau: So, if we're saying that's what the maintainer should be looking at, I'm fine with that. If there's a concern that we're also going to be putting these things on projects just to make them more visible somewhere else as well and…

Feanil Patel: 

Jeremy Ristau: and then we have to filter them out in our view. there will be some misses, I think.

Feanil Patel: Yeah, I think in my mind the maintainer should be looking at this plus any open source contributions that don't have a like that came in sort of off the street as it were,…

Feanil Patel: anything where it was a public contribution that isn't part of another project but somebody had provided a bug fixer and those would go on the contributions board. So it would be like this plus the contributions board is I think what I would want maintainers to look at.

Jeremy Ristau: Is there a way to write that as a linkable filter?

Feanil Patel: Yeah, that's a great question. Let's see.

Jeremy Ristau: I don't know if you can do ors inside of the filter bar like sub ors.

Feanil Patel: 

Feanil Patel: Yeah, I forget.

Jeremy Ristau: Maybe you're talking Kyle,…

Feanil Patel: Let's see.

Jeremy Ristau: but I can't hear you.

Kyle McCormick: 

Kyle McCormick: I also don't think that R is for fun and…

Kyle McCormick: contributions would be going on. Yeah.

Feanil Patel: And issues. Yeah. Yeah. Yeah, that's true. It wouldn't be an issue. So I think this would be fine for looking at issues and then I don't know but looking at PRs you'd kind of want yeah I think so…

Jeremy Ristau: presumably it's the same Unless they're like,…

Feanil Patel: although I think most PRs are not going to be in projects so that doesn't help us because the PRs are probably linked to issues that are in projects at best but I don't think people so the open source contributions those are all pulled

Jeremy Ristau: are they pulled into a triage board or something? And board is a project.

Feanil Patel: into the contributions So if we did that, that would be all of the Right.

Jeremy Ristau: So yeah,  Okay.

Feanil Patel: So this is everything that is a public contribution. Some of these have FC labels. So we could do a minus FC So, this is showing things that have no project or are on the contributions board and don't have an FC label in theory.

00:20:00

Jeremy Ristau: I'll toss it out there that I understand that now that we went through a 20-minute conversation about it. as the person who maintains one repo, but there's a lot of other repos with a lot of disperate maintainers. this is going to be a tricky thing to get right…

Feanil Patel: 

Feanil Patel: Right. Yeah.

Jeremy Ristau: if you really have activity all over the place.

Feanil Patel: Yeah. Yeah.

Jeremy Ristau: You're again muted, Kyle.

Kyle McCormick: Why can't it just know?

Kyle McCormick: I feel like we're moving away from simplicity in this. We're putting complexity on complexity. I think there's GitHub projects are cool, but let's be honest, they're complicated and confusing. GitHub issues, just like that list of issues on a repo is pretty straightforward. It's a list. They're open or closed. You can put labels on them, right? They're very accessible to maintainers. I like the idea of that being the backlog for maintainers.

Feanil Patel: 

Kyle McCormick: 

Kyle McCormick: I think that's a really simple thing to say. Your issue tab is your responsibility. So for that reason, I'm leaning towards using a separate repo for issues that are not the maintainer's responsibility.

Feanil Patel: Yeah, that makes sense.

Kyle McCormick: Pull requests are another story because we have to create the pull requests in the repository.

Feanil Patel: Yeah. Yeah.

Kyle McCormick: We have a complicated…

Kyle McCormick: but working system in place for that with all the open source contribution and funding contribution labels.

Feanil Patel: Yeah. Yeah.

Feanil Patel: Yeah. That set of labels I think would work for filtering out pull requests. but yeah, I'm not opposed to that as a decision, which is that projects should not create issues in the repos…

Feanil Patel: if they're going to be actively worked on.

Feanil Patel: Feels weird to say.

Kyle McCormick: Project should not create issues in repose.

Kyle McCormick: Can you say that again?

Feanil Patel: I think what we're saying is if active development projects not run by the maintainer should manage their issues elsewhere.

Adolfo Brandes: Why exclude the maintainer like…

Adolfo Brandes: if they're working on a new feature?

Feanil Patel: That's a fair question.

Feanil Patel: Maybe it doesn't exclude the FC work happens in public engineering. That's not Yeah.

Kyle McCormick: It's a nice rule.

Kyle McCormick: Yeah, I'd say if the maintainer wants to use issues in their own repo, that sounds like their prerogative.  If you're saying that the issue tab is their backlog and they want to put items in their backlog, great. I'll probably do that in the repos I maintain

Feanil Patel: 

Sarina Canelake: Yeah, this seems like I mean I'm just sort of listening,…

Sarina Canelake: but it seems like the confusion is maintainers not necessarily understanding what issues represent or being able to filter them. And if maintainers are making their own issues in their own repos, they presumably know how to manage those issues.

Feanil Patel: Yeah. Right.

Feanil Patel: Yeah. Yeah,…

Jeremy Ristau: Yeah, the burden that or…

Jeremy Ristau: least the burden that we're suffering from is every week the maintainer on call changes, but on a random Tuesday there might be 12 new content library tickets created because the team discovered identified a whole bunch of things that they wanted to do,…

Feanil Patel: they did some grimming, right?

Jeremy Ristau: right? And so now you've got 13 new items that you just need to figure out what to do with. If that happens twice in a week and you only triage issues once, you might have 20 or 30 new issues that you have to figure out are all related to this project or that project or when there's more than one happening at a time,…

Feanil Patel: 

Jeremy Ristau: it really starts to get confusing. But yeah,…

Feanil Patel: All right.

Jeremy Ristau: if 2 UTNL is the maintainer of authoring and 2UTNL decides that instead of Jira, we're going to use GitHub, they should be able to put the backlog of known issues and known work inside of the issue backlog. That does make sense to me.  Yeah.

Feanil Patel: Yeah, I mean I think if we just move the FC work out that should sort of simplify a lot of this and we can sort of iterate on it further if we need to.

00:25:00

Feanil Patel: So this I think probably needs to be communicated to product working group at least anywhere else.

Michelle Philbrick: 

Michelle Philbrick: I sorry can I ask one clarifying question and I don't know Jeremy maybe this is a question for you but for FC projects there's a ton in authoring right now with open craft and…

Kyle McCormick: All right.

Michelle Philbrick: everything like that. Do those all require to you TNL signoffs for FC projects or no? and is that the blanket rule for all FC projects? Okay.

Jeremy Ristau: No. So, core contributors have the same, write or merge access that maintainers would. So, as long as a funded contribution contains a core contributor, that's generally how all the work would funnel through. Yeah.

Michelle Philbrick: 

Michelle Philbrick: Okay, that's great…

Feanil Patel: Yeah. Yeah.

Michelle Philbrick: because then I don't have to bug you guys.

Feanil Patel: Yeah. Yeah. Yeah. Yeah. You don't.

Michelle Philbrick: Yeah, All right. Thank

Feanil Patel: Yeah. Yeah. Yeah. Okay. Serena, as a person who's often in both the product meeting and this one, could I ask you to transfer this information over to that working group?

Sarina Canelake: Yeah, I think this probably also needs to be said during an AXM meeting…

Sarina Canelake: since we're probably the ones doing that. but yes,…

Feanil Patel: Yeah. Yeah.

Feanil Patel: Yeah. Yeah.

Sarina Canelake: I can bring this to that.

Feanil Patel: I can put it in our parking lot today for the ax and stand up and that'll cover us.

Sarina Canelake: Yeah, I think that makes sense.

Kyle McCormick: Yeah, I can retroactively fix this for the content libraries project.

Jeremy Ristau: Thank you.

Feanil Patel: Nice.

Sarina Canelake: Yeah, I'll fix this for my projects.

Kyle McCormick: Sorry, one follow-up question. we talked about  tickets that are like we need to do X work for our funding contribution. What about bugs that come in that are particularly related to the testing of funded contribution? Can those be repo bugs or do those need to be public engineering bugs?

Jeremy Ristau: 

Jeremy Ristau: This strikes me as very similar to when we have epics and we tie them all to an epic ticket and then at some point we want to close the epic but we have some lingering tickets around. generally what I would do is I would keep all the tickets that are found during an epic life cycle tied to the epic until we're ready to close it.

Kyle McCormick: 

Jeremy Ristau: and then when we're ready to close it, I would remove the epic label from the open tickets and they would just become backlog items. So I guess I'm proposing that same approach of they live with the funded contribution work until the funded contribution is done then they can migrate to the repo.

Kyle McCormick: Mhm. Yeah.

Kyle McCormick: Okay, that sounds good. I think there's going to be some amount of scenarios like this where a test release tester finds a bug, creates it in the repo that they have the best knowledge of. They're like, "This is a front end app authoring issue. I'm going to make it there." And then someone either you or someone on the contribution team says, " this belongs in public engineering. I'm going to move it now." I think that's going to be hard to get away from with our current testing process where the testers don't know, don't have 100% of the context.

Feanil Patel: 

Feanil Patel: Yeah. Yeah.

Jeremy Ristau: Yeah, I think that,…

Jeremy Ristau: I think that's okay personally. Yeah.

Feanil Patel: Yeah. we're always going to be triaging and rearranging and everybody's going to have to contribute a little bit to that based on their knowledge. so Yeah.

Sarina Canelake: Yeah, I can imagine a number of edge conditions like the FC team finds a bug,…

Sarina Canelake: but it's not directly related to the FC and they're not sure they're going to get to it in the FC, so they file it as a repo bug, but then eventually the FC project decides to pick it up. communication on the tickets is always going to be the best bet.

Feanil Patel: But if we can keep all of the active workstream issues out, that will hopefully reduce noise enough that on call person can do a much better job triing of incoming bugs. Okay, we're at 9:30. So that is the end of the general maintenance meeting.  I had some conversations I wanted to have about maintenance stuff that maybe we can put for next time.

00:30:00

Sarina Canelake: So, I think everyone on this call is in the US and Adulo is already taking next week off, but we'll meet in two weeks. We're not meeting next week.

Feanil Patel: 

Feanil Patel: Yeah. Nobody's meeting next week. If anybody's watching this recording, so that let's talk about that in two weeks. and then we're going to switch over to Edex platform specific conversations. If you want to stick around for that, feel Otherwise, if you want to disappear, feel free to do that as well.

Feanil Patel: Thank you, for removing the meeting on the calendar so it's not confusing. all right.

Sarina Canelake: Yep.

Sarina Canelake: You guys. Happy Thanksgiving.

Feanil Patel: Everything's saving,…

Robert Raposa: team as well.

Feanil Patel: All right,…

Michelle Philbrick: Bye.

Feanil Patel: Kyle, start us off.

Kyle McCormick: Yeah. …

Kyle McCormick: this is what we were going to talk about later today, Fel, but I figured may as well do it while we're here.