You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Aaditya Singh](https://github.com/Aaditya-Singh78): Reading through the Job Scheduler [Documentation](https://github.com/fossology/fossology/wiki/Job-Scheduler) led to the frame current Scheduler.
@@ -61,9 +51,9 @@ It is based on Client-Server model, where:
61
51
2.**Asynchronous Workers:** Handle tasks in parallel, significantly improving processing time.
62
52
3.**Logging and Monitoring:** Integrated logging system for real-time monitoring and troubleshooting.
63
53
64
-
## Does the Current Scheduler Design align with Job Scheduler [Documentation](https://github.com/fossology/fossology/wiki/Job-Scheduler)?
54
+
###Does the Current Scheduler Design align with Job Scheduler [Documentation](https://github.com/fossology/fossology/wiki/Job-Scheduler)?
65
55
66
-
### Mentor
56
+
####Mentor
67
57
-[Gaurav Mishra](https://github.com/GMishx): Yes, it aligns with current architecture of job scheduler.
Given the complexity of the project's tasks, a simple time-based Round-robin setup might not be enough. A finite state machine architecture would likely be more suitable as it facilitates easier tracking and management of the project. This approach is worth considering.
96
+
97
+
-[Anupam Ghosh](https://github.com/ag4ums): What specific requirements or functionalities are you looking to address with the job scheduler?
## How to Start Working on FOSSology Issue [#2742](https://github.com/fossology/fossology/issues/2742): Incorrect MIME Type Recognition for Text Files?
107
+
### How to Start Working on FOSSology Issue [#2742](https://github.com/fossology/fossology/issues/2742): Incorrect MIME Type Recognition for Text Files?
108
+
109
+
The issue [#2742](https://github.com/fossology/fossology/issues/2742) in the FOSSology project addresses a problem with incorrect MIME type recognition for text files. The issue is centered around the system's handling of MIME types, which are not being accurately recognized or applied, potentially affecting file handling and operations within FOSSology.
110
+
111
+
#### Mentor
112
+
-[Shaheem Azmal M MD](https://github.com/shaheemazmalmmd): Found error, as user have selected the option to "Ignore SCM files (Git, SVN, TFS) and files with particular Mimetype," which causes these files to be omitted accordingly. Conversely, this functionality will be inactive if the "Ignore SCM files (Git, SVN, TFS) and files with particular Mimetype" option is not enabled.
-[Kaushlendra Pratap](https://github.com/Kaushl2208): Expressed interest in holding an internal discussion about the [wfx](https://github.com/siemens/wfx) project approach.
109
119
110
120
### Mentor
111
-
-[Shaheem Azmal M MD](https://github.com/shaheemazmalmmd):
0 commit comments